Commit
·
dd771e0
1
Parent(s):
d3f3d05
update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ 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: 1.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -58,32 +58,17 @@ The following hyperparameters were used during training:
|
|
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 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.4407 | 6.0 | 600 | 0.7473 | 0.785 |
|
73 |
-
| 0.2775 | 7.0 | 700 | 0.8627 | 0.745 |
|
74 |
-
| 0.2278 | 8.0 | 800 | 0.7299 | 0.78 |
|
75 |
-
| 0.0881 | 9.0 | 900 | 0.7966 | 0.77 |
|
76 |
-
| 0.0358 | 10.0 | 1000 | 0.8457 | 0.79 |
|
77 |
-
| 0.0192 | 11.0 | 1100 | 0.9054 | 0.775 |
|
78 |
-
| 0.0197 | 12.0 | 1200 | 0.9318 | 0.775 |
|
79 |
-
| 0.0075 | 13.0 | 1300 | 0.9652 | 0.775 |
|
80 |
-
| 0.0058 | 14.0 | 1400 | 0.9544 | 0.785 |
|
81 |
-
| 0.0744 | 15.0 | 1500 | 0.9989 | 0.775 |
|
82 |
-
| 0.0043 | 16.0 | 1600 | 0.9860 | 0.785 |
|
83 |
-
| 0.0039 | 17.0 | 1700 | 1.0023 | 0.79 |
|
84 |
-
| 0.0037 | 18.0 | 1800 | 0.9807 | 0.79 |
|
85 |
-
| 0.0036 | 19.0 | 1900 | 1.0155 | 0.785 |
|
86 |
-
| 0.0034 | 20.0 | 2000 | 1.0228 | 0.785 |
|
87 |
|
88 |
|
89 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.81
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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: 1.2001
|
35 |
+
- Accuracy: 0.81
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
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: 5
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.0132 | 1.0 | 113 | 1.0964 | 0.84 |
|
68 |
+
| 0.0003 | 2.0 | 226 | 1.2606 | 0.8 |
|
69 |
+
| 0.1967 | 3.0 | 339 | 1.2266 | 0.8 |
|
70 |
+
| 0.0002 | 4.0 | 452 | 1.2578 | 0.81 |
|
71 |
+
| 0.0001 | 5.0 | 565 | 1.2001 | 0.81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|