End of training
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ 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:
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -59,6 +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 |
- num_epochs: 10
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
@@ -66,16 +67,16 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| 1.
|
70 |
-
|
|
71 |
-
|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.87
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.5644
|
37 |
+
- Accuracy: 0.87
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
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.1
|
63 |
- num_epochs: 10
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 1.9682 | 1.0 | 113 | 1.9097 | 0.42 |
|
71 |
+
| 1.2063 | 2.0 | 226 | 1.2490 | 0.7 |
|
72 |
+
| 1.0341 | 3.0 | 339 | 0.8957 | 0.78 |
|
73 |
+
| 0.5967 | 4.0 | 452 | 0.8012 | 0.73 |
|
74 |
+
| 0.6163 | 5.0 | 565 | 0.6948 | 0.79 |
|
75 |
+
| 0.2877 | 6.0 | 678 | 0.6130 | 0.82 |
|
76 |
+
| 0.2392 | 7.0 | 791 | 0.5434 | 0.84 |
|
77 |
+
| 0.1176 | 8.0 | 904 | 0.5847 | 0.86 |
|
78 |
+
| 0.1138 | 9.0 | 1017 | 0.5545 | 0.86 |
|
79 |
+
| 0.0885 | 10.0 | 1130 | 0.5644 | 0.87 |
|
80 |
|
81 |
|
82 |
### Framework versions
|