Sandiago21
commited on
Commit
•
39db85a
1
Parent(s):
e1ab30e
update model card README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,39 +38,29 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
| 0.895 | 11.0 | 627 | 0.8520 | 0.79 |
|
65 |
-
| 0.7692 | 12.0 | 684 | 0.8451 | 0.8 |
|
66 |
-
| 0.6566 | 13.0 | 741 | 0.7763 | 0.82 |
|
67 |
-
| 0.5885 | 14.0 | 798 | 0.7852 | 0.8 |
|
68 |
-
| 0.619 | 15.0 | 855 | 0.7443 | 0.8 |
|
69 |
-
| 0.5572 | 16.0 | 912 | 0.7444 | 0.79 |
|
70 |
-
| 0.6493 | 17.0 | 969 | 0.7024 | 0.83 |
|
71 |
-
| 0.5499 | 18.0 | 1026 | 0.7137 | 0.81 |
|
72 |
-
| 0.5923 | 19.0 | 1083 | 0.7059 | 0.81 |
|
73 |
-
| 0.5556 | 20.0 | 1140 | 0.7031 | 0.82 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5358
|
22 |
+
- Accuracy: 0.88
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.0001
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 1.8758 | 1.0 | 57 | 1.7723 | 0.51 |
|
55 |
+
| 1.2291 | 2.0 | 114 | 1.1713 | 0.69 |
|
56 |
+
| 0.8029 | 3.0 | 171 | 0.8953 | 0.75 |
|
57 |
+
| 0.7314 | 4.0 | 228 | 0.8242 | 0.73 |
|
58 |
+
| 0.3424 | 5.0 | 285 | 0.6117 | 0.82 |
|
59 |
+
| 0.229 | 6.0 | 342 | 0.5272 | 0.82 |
|
60 |
+
| 0.1571 | 7.0 | 399 | 0.5470 | 0.87 |
|
61 |
+
| 0.0777 | 8.0 | 456 | 0.5393 | 0.88 |
|
62 |
+
| 0.0539 | 9.0 | 513 | 0.5087 | 0.88 |
|
63 |
+
| 0.0688 | 10.0 | 570 | 0.5358 | 0.88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|