Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,25 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
tags:
|
4 |
-
- generated_from_trainer
|
5 |
-
- midi
|
6 |
- music
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
|
|
|
|
|
|
|
|
|
|
10 |
datasets:
|
11 |
- TiMauzi/imslp-midi-by-sa
|
12 |
metrics:
|
13 |
- accuracy
|
14 |
- f1
|
|
|
15 |
model-index:
|
16 |
- name: EraClassifierBiLSTM-134M
|
17 |
results: []
|
|
|
|
|
18 |
---
|
19 |
|
20 |
# EraClassifierBiLSTM-134M
|
@@ -187,4 +192,4 @@ The training shows decent convergence with the model reaching its best performan
|
|
187 |
- Transformers 4.49.0
|
188 |
- Pytorch 2.6.0+cu126
|
189 |
- Datasets 3.3.2
|
190 |
-
- Tokenizers 0.21.0
|
|
|
1 |
---
|
|
|
2 |
tags:
|
|
|
|
|
3 |
- music
|
4 |
+
- midi
|
5 |
+
- audio
|
6 |
+
- composer
|
7 |
+
- year
|
8 |
+
- classification
|
9 |
+
- era
|
10 |
+
- song
|
11 |
+
- classical_music
|
12 |
datasets:
|
13 |
- TiMauzi/imslp-midi-by-sa
|
14 |
metrics:
|
15 |
- accuracy
|
16 |
- f1
|
17 |
+
- confusion_matrix
|
18 |
model-index:
|
19 |
- name: EraClassifierBiLSTM-134M
|
20 |
results: []
|
21 |
+
license: cc-by-sa-4.0
|
22 |
+
pipeline_tag: audio-classification
|
23 |
---
|
24 |
|
25 |
# EraClassifierBiLSTM-134M
|
|
|
192 |
- Transformers 4.49.0
|
193 |
- Pytorch 2.6.0+cu126
|
194 |
- Datasets 3.3.2
|
195 |
+
- Tokenizers 0.21.0
|