wilson-wei
commited on
Commit
•
5aed3d4
1
Parent(s):
89a1b06
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 |
-
- Accuracy: 0.
|
36 |
-
- Loss:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -59,7 +59,7 @@ The following hyperparameters were used during training:
|
|
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 |
|
@@ -82,11 +82,6 @@ The following hyperparameters were used during training:
|
|
82 |
| 0.0025 | 15.0 | 1695 | 0.83 | 1.0476 |
|
83 |
| 0.0021 | 16.0 | 1808 | 0.82 | 1.0483 |
|
84 |
| 0.0183 | 17.0 | 1921 | 0.87 | 0.9175 |
|
85 |
-
| 0.0017 | 18.0 | 2034 | 0.83 | 1.0867 |
|
86 |
-
| 0.0015 | 19.0 | 2147 | 0.82 | 1.1854 |
|
87 |
-
| 0.0014 | 20.0 | 2260 | 0.84 | 0.9784 |
|
88 |
-
| 0.0012 | 21.0 | 2373 | 0.82 | 1.0518 |
|
89 |
-
| 0.0011 | 22.0 | 2486 | 0.82 | 1.0803 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.87
|
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 |
+
- Accuracy: 0.87
|
36 |
+
- Loss: 0.9175
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
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: 17
|
63 |
|
64 |
### Training results
|
65 |
|
|
|
82 |
| 0.0025 | 15.0 | 1695 | 0.83 | 1.0476 |
|
83 |
| 0.0021 | 16.0 | 1808 | 0.82 | 1.0483 |
|
84 |
| 0.0183 | 17.0 | 1921 | 0.87 | 0.9175 |
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
|
87 |
### Framework versions
|