update model card README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
- Accuracy: 0.84
|
36 |
|
37 |
## Model description
|
@@ -51,29 +51,34 @@ More information needed
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
-
- learning_rate:
|
55 |
- train_batch_size: 16
|
56 |
- eval_batch_size: 16
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_ratio: 0.1
|
61 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| 2.
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
|
|
71 |
-
|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6273
|
35 |
- Accuracy: 0.84
|
36 |
|
37 |
## Model description
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 3e-05
|
55 |
- train_batch_size: 16
|
56 |
- eval_batch_size: 16
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_ratio: 0.1
|
61 |
+
- num_epochs: 15
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 2.253 | 1.0 | 57 | 2.2124 | 0.43 |
|
68 |
+
| 1.8499 | 2.0 | 114 | 1.7776 | 0.56 |
|
69 |
+
| 1.4569 | 3.0 | 171 | 1.4535 | 0.69 |
|
70 |
+
| 1.3715 | 4.0 | 228 | 1.2296 | 0.74 |
|
71 |
+
| 1.097 | 5.0 | 285 | 1.0841 | 0.73 |
|
72 |
+
| 0.9876 | 6.0 | 342 | 0.9591 | 0.76 |
|
73 |
+
| 0.8501 | 7.0 | 399 | 0.8912 | 0.75 |
|
74 |
+
| 0.8233 | 8.0 | 456 | 0.8314 | 0.75 |
|
75 |
+
| 0.7055 | 9.0 | 513 | 0.7713 | 0.77 |
|
76 |
+
| 0.5709 | 10.0 | 570 | 0.7053 | 0.81 |
|
77 |
+
| 0.4924 | 11.0 | 627 | 0.7325 | 0.79 |
|
78 |
+
| 0.4679 | 12.0 | 684 | 0.6562 | 0.8 |
|
79 |
+
| 0.496 | 13.0 | 741 | 0.6376 | 0.85 |
|
80 |
+
| 0.3827 | 14.0 | 798 | 0.6331 | 0.84 |
|
81 |
+
| 0.4118 | 15.0 | 855 | 0.6273 | 0.84 |
|
82 |
|
83 |
|
84 |
### Framework versions
|