NicolasDenier
commited on
Commit
·
11a960f
1
Parent(s):
9c45b60
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -30,9 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# distilhubert-finetuned-gtzan
|
32 |
|
33 |
-
This model is a fine-tuned version of [
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
- Accuracy: 0.85
|
37 |
|
38 |
## Model description
|
@@ -53,28 +53,25 @@ More information needed
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
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 |
-
|
|
70 |
-
|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.3995 | 6.0 | 678 | 0.6009 | 0.82 |
|
74 |
-
| 0.4146 | 7.0 | 791 | 0.5531 | 0.81 |
|
75 |
-
| 0.1697 | 8.0 | 904 | 0.5346 | 0.84 |
|
76 |
-
| 0.2216 | 9.0 | 1017 | 0.5411 | 0.85 |
|
77 |
-
| 0.1152 | 10.0 | 1130 | 0.5415 | 0.85 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: NicolasDenier/distilhubert-finetuned-gtzan
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
30 |
|
31 |
# distilhubert-finetuned-gtzan
|
32 |
|
33 |
+
This model is a fine-tuned version of [NicolasDenier/distilhubert-finetuned-gtzan](https://huggingface.co/NicolasDenier/distilhubert-finetuned-gtzan) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6529
|
36 |
- Accuracy: 0.85
|
37 |
|
38 |
## Model description
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 2
|
57 |
+
- eval_batch_size: 2
|
58 |
- seed: 42
|
59 |
+
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 8
|
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: 5
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.6294 | 1.0 | 224 | 0.6803 | 0.85 |
|
71 |
+
| 0.4995 | 2.0 | 449 | 0.6409 | 0.87 |
|
72 |
+
| 0.3727 | 3.0 | 674 | 0.5873 | 0.87 |
|
73 |
+
| 0.1291 | 4.0 | 899 | 0.6303 | 0.86 |
|
74 |
+
| 0.0569 | 4.98 | 1120 | 0.6529 | 0.85 |
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|