Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.7770
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,7 +61,7 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
@@ -78,9 +78,6 @@ The following hyperparameters were used during training:
|
|
78 |
| 0.3863 | 9.0 | 1012 | 0.5786 | 0.85 |
|
79 |
| 0.4061 | 10.0 | 1125 | 0.7070 | 0.81 |
|
80 |
| 0.1302 | 11.0 | 1237 | 0.5829 | 0.88 |
|
81 |
-
| 0.0326 | 12.0 | 1350 | 0.7896 | 0.8 |
|
82 |
-
| 0.0222 | 13.0 | 1462 | 0.8512 | 0.8 |
|
83 |
-
| 0.2248 | 13.94 | 1568 | 0.7770 | 0.82 |
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.7770
|
36 |
+
- Accuracy: 0.88
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
+
- num_epochs: 11
|
65 |
|
66 |
### Training results
|
67 |
|
|
|
78 |
| 0.3863 | 9.0 | 1012 | 0.5786 | 0.85 |
|
79 |
| 0.4061 | 10.0 | 1125 | 0.7070 | 0.81 |
|
80 |
| 0.1302 | 11.0 | 1237 | 0.5829 | 0.88 |
|
|
|
|
|
|
|
81 |
|
82 |
|
83 |
### Framework versions
|