Rahul Ashok commited on
Commit
5f21234
·
1 Parent(s): 660bb37

Update Space with project info

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,13 +1,29 @@
1
  ---
2
- title: Dlgenai Nppe
3
- emoji: 🐠
4
- colorFrom: green
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 6.1.0
8
  app_file: app.py
9
  pinned: false
10
  hf_oauth: true
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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