jamesthong
commited on
Commit
•
c2f6a5c
1
Parent(s):
e177112
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,31 +65,31 @@ 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 |
-
| 0.
|
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
|
91 |
|
92 |
- Transformers 4.31.0
|
93 |
- Pytorch 2.0.1+cu118
|
94 |
-
- Datasets 2.14.
|
95 |
- Tokenizers 0.13.3
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.85
|
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.8389
|
36 |
+
- Accuracy: 0.85
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 2.2212 | 1.0 | 113 | 2.1403 | 0.33 |
|
69 |
+
| 1.7338 | 2.0 | 226 | 1.7175 | 0.38 |
|
70 |
+
| 1.6091 | 3.0 | 339 | 1.2717 | 0.63 |
|
71 |
+
| 1.486 | 4.0 | 452 | 1.1239 | 0.66 |
|
72 |
+
| 0.9635 | 5.0 | 565 | 0.8998 | 0.75 |
|
73 |
+
| 0.7295 | 6.0 | 678 | 0.7689 | 0.77 |
|
74 |
+
| 0.6776 | 7.0 | 791 | 0.5876 | 0.81 |
|
75 |
+
| 0.4629 | 8.0 | 904 | 0.5705 | 0.82 |
|
76 |
+
| 0.5087 | 9.0 | 1017 | 0.5388 | 0.83 |
|
77 |
+
| 0.2993 | 10.0 | 1130 | 0.6192 | 0.83 |
|
78 |
+
| 0.0446 | 11.0 | 1243 | 0.6592 | 0.81 |
|
79 |
+
| 0.1498 | 12.0 | 1356 | 0.7227 | 0.82 |
|
80 |
+
| 0.0139 | 13.0 | 1469 | 0.6565 | 0.83 |
|
81 |
+
| 0.1203 | 14.0 | 1582 | 0.8235 | 0.83 |
|
82 |
+
| 0.3866 | 15.0 | 1695 | 0.6868 | 0.84 |
|
83 |
+
| 0.2157 | 16.0 | 1808 | 0.8739 | 0.83 |
|
84 |
+
| 0.1954 | 17.0 | 1921 | 0.8418 | 0.84 |
|
85 |
+
| 0.0051 | 18.0 | 2034 | 0.8042 | 0.84 |
|
86 |
+
| 0.0777 | 19.0 | 2147 | 0.8573 | 0.84 |
|
87 |
+
| 0.2714 | 20.0 | 2260 | 0.8389 | 0.85 |
|
88 |
|
89 |
|
90 |
### Framework versions
|
91 |
|
92 |
- Transformers 4.31.0
|
93 |
- Pytorch 2.0.1+cu118
|
94 |
+
- Datasets 2.14.2
|
95 |
- Tokenizers 0.13.3
|