update model card README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
- Accuracy: 0.83
|
37 |
|
38 |
## Model description
|
@@ -59,19 +59,21 @@ The following hyperparameters were used during training:
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_ratio: 0.1
|
62 |
-
- num_epochs:
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.1019
|
36 |
- Accuracy: 0.83
|
37 |
|
38 |
## Model description
|
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_ratio: 0.1
|
62 |
+
- num_epochs: 9
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.1326 | 1.0 | 225 | 0.6275 | 0.81 |
|
69 |
+
| 0.32 | 2.0 | 450 | 0.9461 | 0.78 |
|
70 |
+
| 0.4269 | 3.0 | 675 | 0.8966 | 0.84 |
|
71 |
+
| 0.1847 | 4.0 | 900 | 1.3268 | 0.8 |
|
72 |
+
| 0.0009 | 5.0 | 1125 | 1.0639 | 0.81 |
|
73 |
+
| 0.0006 | 6.0 | 1350 | 1.3213 | 0.81 |
|
74 |
+
| 0.0006 | 7.0 | 1575 | 1.1195 | 0.81 |
|
75 |
+
| 0.0004 | 8.0 | 1800 | 1.0799 | 0.83 |
|
76 |
+
| 0.0004 | 9.0 | 2025 | 1.1019 | 0.83 |
|
77 |
|
78 |
|
79 |
### Framework versions
|