Commit
·
39cbd8d
1
Parent(s):
736934b
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 |
|
@@ -56,25 +56,33 @@ The following hyperparameters were used during training:
|
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
|
|
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_ratio: 0.1
|
62 |
-
- num_epochs:
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
|
|
69 |
-
| 1.
|
70 |
-
|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
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.6094
|
36 |
+
- Accuracy: 0.85
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
59 |
+
- gradient_accumulation_steps: 2
|
60 |
+
- total_train_batch_size: 16
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
+
- num_epochs: 16
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.1935 | 0.99 | 56 | 2.1282 | 0.42 |
|
71 |
+
| 1.6089 | 2.0 | 113 | 1.5367 | 0.57 |
|
72 |
+
| 1.2446 | 2.99 | 169 | 1.1485 | 0.74 |
|
73 |
+
| 0.98 | 4.0 | 226 | 0.9621 | 0.76 |
|
74 |
+
| 0.7296 | 4.99 | 282 | 0.7948 | 0.82 |
|
75 |
+
| 0.5111 | 6.0 | 339 | 0.7578 | 0.79 |
|
76 |
+
| 0.583 | 6.99 | 395 | 0.6152 | 0.86 |
|
77 |
+
| 0.4002 | 8.0 | 452 | 0.5863 | 0.85 |
|
78 |
+
| 0.2924 | 8.99 | 508 | 0.5834 | 0.84 |
|
79 |
+
| 0.1789 | 10.0 | 565 | 0.6087 | 0.85 |
|
80 |
+
| 0.1181 | 10.99 | 621 | 0.5911 | 0.84 |
|
81 |
+
| 0.0673 | 12.0 | 678 | 0.5887 | 0.85 |
|
82 |
+
| 0.0633 | 12.99 | 734 | 0.6294 | 0.84 |
|
83 |
+
| 0.0393 | 14.0 | 791 | 0.6205 | 0.84 |
|
84 |
+
| 0.0362 | 14.99 | 847 | 0.6382 | 0.85 |
|
85 |
+
| 0.0328 | 15.86 | 896 | 0.6094 | 0.85 |
|
86 |
|
87 |
|
88 |
### Framework versions
|