jamesthong
commited on
Commit
•
6565863
1
Parent(s):
0850776
update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ 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.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -65,26 +65,26 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| 2.
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
|
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.83
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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.9203
|
36 |
+
- Accuracy: 0.83
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 2.2556 | 1.0 | 113 | 2.1665 | 0.33 |
|
69 |
+
| 1.9061 | 2.0 | 226 | 1.7036 | 0.57 |
|
70 |
+
| 1.6449 | 3.0 | 339 | 1.3540 | 0.54 |
|
71 |
+
| 1.4074 | 4.0 | 452 | 1.1028 | 0.68 |
|
72 |
+
| 1.0121 | 5.0 | 565 | 0.9766 | 0.68 |
|
73 |
+
| 0.7831 | 6.0 | 678 | 0.8285 | 0.75 |
|
74 |
+
| 0.9829 | 7.0 | 791 | 0.7499 | 0.77 |
|
75 |
+
| 0.604 | 8.0 | 904 | 0.7093 | 0.77 |
|
76 |
+
| 0.6329 | 9.0 | 1017 | 0.7041 | 0.82 |
|
77 |
+
| 0.4323 | 10.0 | 1130 | 0.7244 | 0.83 |
|
78 |
+
| 0.1782 | 11.0 | 1243 | 0.7925 | 0.8 |
|
79 |
+
| 0.2571 | 12.0 | 1356 | 0.7031 | 0.84 |
|
80 |
+
| 0.1453 | 13.0 | 1469 | 0.7866 | 0.8 |
|
81 |
+
| 0.5919 | 14.0 | 1582 | 0.8135 | 0.82 |
|
82 |
+
| 0.307 | 15.0 | 1695 | 0.7489 | 0.85 |
|
83 |
+
| 0.2163 | 16.0 | 1808 | 0.9134 | 0.82 |
|
84 |
+
| 0.2081 | 17.0 | 1921 | 0.9109 | 0.85 |
|
85 |
+
| 0.1025 | 18.0 | 2034 | 0.9215 | 0.84 |
|
86 |
+
| 0.0415 | 19.0 | 2147 | 0.9542 | 0.84 |
|
87 |
+
| 0.481 | 20.0 | 2260 | 0.9203 | 0.83 |
|
88 |
|
89 |
|
90 |
### Framework versions
|