End of training, 20 epochs, 100 batch size, 1000 writer batch size, 1 gradient accumulation steps, learning rate: 6e-05, 30 s
Browse files- README.md +24 -24
- model.safetensors +1 -1
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 |
|
@@ -53,7 +53,7 @@ More information needed
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
-
- learning_rate:
|
57 |
- train_batch_size: 16
|
58 |
- eval_batch_size: 16
|
59 |
- seed: 42
|
@@ -67,26 +67,26 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 2.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
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 |
-
| 0.
|
89 |
-
| 0.
|
90 |
|
91 |
|
92 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.84
|
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: 1.2162
|
37 |
+
- Accuracy: 0.84
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 6e-05
|
57 |
- train_batch_size: 16
|
58 |
- eval_batch_size: 16
|
59 |
- seed: 42
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.2216 | 1.0 | 57 | 2.1520 | 0.45 |
|
71 |
+
| 1.704 | 2.0 | 114 | 1.6254 | 0.59 |
|
72 |
+
| 1.1885 | 3.0 | 171 | 1.1741 | 0.7 |
|
73 |
+
| 0.8575 | 4.0 | 228 | 0.9653 | 0.7 |
|
74 |
+
| 0.6822 | 5.0 | 285 | 0.8219 | 0.81 |
|
75 |
+
| 0.5103 | 6.0 | 342 | 0.7254 | 0.8 |
|
76 |
+
| 0.4386 | 7.0 | 399 | 0.6772 | 0.84 |
|
77 |
+
| 0.2862 | 8.0 | 456 | 0.7047 | 0.8 |
|
78 |
+
| 0.1639 | 9.0 | 513 | 0.7126 | 0.8 |
|
79 |
+
| 0.0998 | 10.0 | 570 | 0.8339 | 0.77 |
|
80 |
+
| 0.0585 | 11.0 | 627 | 0.7380 | 0.8 |
|
81 |
+
| 0.0256 | 12.0 | 684 | 0.7606 | 0.84 |
|
82 |
+
| 0.0201 | 13.0 | 741 | 0.8292 | 0.83 |
|
83 |
+
| 0.0058 | 14.0 | 798 | 0.9495 | 0.83 |
|
84 |
+
| 0.0029 | 15.0 | 855 | 1.1009 | 0.82 |
|
85 |
+
| 0.0016 | 16.0 | 912 | 1.1451 | 0.82 |
|
86 |
+
| 0.001 | 17.0 | 969 | 1.1886 | 0.84 |
|
87 |
+
| 0.0071 | 18.0 | 1026 | 1.1731 | 0.84 |
|
88 |
+
| 0.0004 | 19.0 | 1083 | 1.2255 | 0.84 |
|
89 |
+
| 0.0003 | 20.0 | 1140 | 1.2162 | 0.84 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94771728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5ce8cf5f910e3dfa61c5ba7fd13cf9cb7cc7b4ccba858be96e5ef4790b22f22
|
3 |
size 94771728
|