End of training
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
- Accuracy: 0.8
|
38 |
|
39 |
## Model description
|
@@ -59,7 +59,7 @@ The following hyperparameters were used during training:
|
|
59 |
- seed: 42
|
60 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
61 |
- lr_scheduler_type: linear
|
62 |
-
- lr_scheduler_warmup_ratio: 0.
|
63 |
- num_epochs: 10
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
@@ -67,16 +67,16 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 2.
|
71 |
-
|
|
72 |
-
| 1.
|
73 |
-
| 1.
|
74 |
-
|
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.7063
|
37 |
- Accuracy: 0.8
|
38 |
|
39 |
## Model description
|
|
|
59 |
- seed: 42
|
60 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
61 |
- lr_scheduler_type: linear
|
62 |
+
- lr_scheduler_warmup_ratio: 0.5
|
63 |
- num_epochs: 10
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.2776 | 1.0 | 113 | 2.2687 | 0.2 |
|
71 |
+
| 2.0615 | 2.0 | 226 | 2.0397 | 0.55 |
|
72 |
+
| 1.8286 | 3.0 | 339 | 1.7089 | 0.56 |
|
73 |
+
| 1.4052 | 4.0 | 452 | 1.3901 | 0.66 |
|
74 |
+
| 1.232 | 5.0 | 565 | 1.1751 | 0.69 |
|
75 |
+
| 0.9855 | 6.0 | 678 | 0.9499 | 0.74 |
|
76 |
+
| 0.8087 | 7.0 | 791 | 0.8492 | 0.75 |
|
77 |
+
| 0.5098 | 8.0 | 904 | 0.7997 | 0.77 |
|
78 |
+
| 0.5883 | 9.0 | 1017 | 0.7144 | 0.77 |
|
79 |
+
| 0.4644 | 10.0 | 1130 | 0.7063 | 0.8 |
|
80 |
|
81 |
|
82 |
### Framework versions
|