NicolasDenier
commited on
Commit
•
5538812
1
Parent(s):
4e9b182
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 |
|
@@ -61,27 +61,30 @@ The following hyperparameters were used during training:
|
|
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:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 2.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
| 1.
|
74 |
-
| 1.
|
75 |
-
|
|
76 |
-
|
|
77 |
-
| 0.
|
78 |
-
|
|
79 |
-
| 0.
|
80 |
-
|
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
|
|
|
|
|
|
85 |
|
86 |
|
87 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.91
|
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.3539
|
36 |
+
- Accuracy: 0.91
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
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: 18
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.2281 | 1.0 | 112 | 2.1128 | 0.26 |
|
71 |
+
| 1.7082 | 2.0 | 225 | 1.6252 | 0.52 |
|
72 |
+
| 1.267 | 3.0 | 337 | 1.3100 | 0.54 |
|
73 |
+
| 1.1791 | 4.0 | 450 | 1.0496 | 0.71 |
|
74 |
+
| 1.1765 | 5.0 | 562 | 0.8928 | 0.74 |
|
75 |
+
| 0.5714 | 6.0 | 675 | 0.8298 | 0.77 |
|
76 |
+
| 0.4869 | 7.0 | 787 | 0.7145 | 0.79 |
|
77 |
+
| 0.4967 | 8.0 | 900 | 0.6990 | 0.82 |
|
78 |
+
| 0.8314 | 9.0 | 1012 | 0.5657 | 0.83 |
|
79 |
+
| 0.4633 | 10.0 | 1125 | 0.4589 | 0.89 |
|
80 |
+
| 0.5547 | 11.0 | 1237 | 0.4919 | 0.86 |
|
81 |
+
| 0.4827 | 12.0 | 1350 | 0.4069 | 0.92 |
|
82 |
+
| 0.324 | 13.0 | 1462 | 0.4634 | 0.87 |
|
83 |
+
| 0.5224 | 14.0 | 1575 | 0.4419 | 0.86 |
|
84 |
+
| 0.1873 | 15.0 | 1687 | 0.3988 | 0.89 |
|
85 |
+
| 0.2852 | 16.0 | 1800 | 0.3788 | 0.9 |
|
86 |
+
| 0.3169 | 17.0 | 1912 | 0.3526 | 0.89 |
|
87 |
+
| 0.4491 | 17.92 | 2016 | 0.3539 | 0.91 |
|
88 |
|
89 |
|
90 |
### Framework versions
|