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: 0.
|
36 |
- Accuracy: 0.84
|
37 |
|
38 |
## Model description
|
@@ -52,9 +52,9 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
@@ -65,16 +65,16 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
|
79 |
|
80 |
### 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: 0.5973
|
36 |
- Accuracy: 0.84
|
37 |
|
38 |
## Model description
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0001
|
56 |
+
- train_batch_size: 16
|
57 |
+
- eval_batch_size: 16
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 1.9359 | 1.0 | 57 | 1.7782 | 0.49 |
|
69 |
+
| 1.2053 | 2.0 | 114 | 1.1174 | 0.69 |
|
70 |
+
| 0.8559 | 3.0 | 171 | 0.8714 | 0.79 |
|
71 |
+
| 0.6889 | 4.0 | 228 | 0.7290 | 0.79 |
|
72 |
+
| 0.4995 | 5.0 | 285 | 0.5888 | 0.85 |
|
73 |
+
| 0.2781 | 6.0 | 342 | 0.6412 | 0.83 |
|
74 |
+
| 0.2084 | 7.0 | 399 | 0.5679 | 0.86 |
|
75 |
+
| 0.1132 | 8.0 | 456 | 0.5744 | 0.85 |
|
76 |
+
| 0.088 | 9.0 | 513 | 0.5985 | 0.84 |
|
77 |
+
| 0.046 | 10.0 | 570 | 0.5973 | 0.84 |
|
78 |
|
79 |
|
80 |
### Framework versions
|