Spaces:
Sleeping
Sleeping
Rahul Ashok commited on
Commit ·
5f21234
1
Parent(s): 660bb37
Update Space with project info
Browse files
README.md
CHANGED
|
@@ -1,13 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.1.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hf_oauth: true
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: NPPE-2 Experiment Tracking
|
| 3 |
+
emoji: 🧬
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.1.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hf_oauth: true
|
| 11 |
+
short_description: Protein structure prediction experiments
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# NPPE-2 Experiment Tracking Dashboard
|
| 15 |
+
|
| 16 |
+
This Space hosts experiment tracking for the **Protein Secondary Structure Prediction** project.
|
| 17 |
+
|
| 18 |
+
## Project Overview
|
| 19 |
+
- **Task:** Predict Q8 and Q3 secondary structure labels
|
| 20 |
+
- **Models:** BiRNN, BiLSTM-GRU
|
| 21 |
+
- **Metric:** Harmonic mean of macro F1 scores
|
| 22 |
+
|
| 23 |
+
## Dataset
|
| 24 |
+
- Training: 7,262 protein sequences
|
| 25 |
+
- Test: 1,816 sequences
|
| 26 |
+
- [View Dataset](https://huggingface.co/datasets/neuralninja110/protein-secondary-structure-nppe2)
|
| 27 |
+
|
| 28 |
+
## Author
|
| 29 |
+
Rahul Ashok - IIT Madras
|