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 [MariaK/distilhubert-finetuned-gtzan-v3](https://huggingface.co/MariaK/distilhubert-finetuned-gtzan-v3) 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,7 +38,7 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 8
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
@@ -47,17 +47,15 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.2
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.0072 | 4.0 | 226 | 0.5566 | 0.87 |
|
60 |
-
| 0.0058 | 4.96 | 280 | 0.5656 | 0.87 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [MariaK/distilhubert-finetuned-gtzan-v3](https://huggingface.co/MariaK/distilhubert-finetuned-gtzan-v3) on the GTZAN dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4764
|
22 |
+
- Accuracy: 0.88
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
- train_batch_size: 8
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.2
|
50 |
+
- num_epochs: 3
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.0791 | 0.99 | 56 | 0.5451 | 0.82 |
|
57 |
+
| 0.0677 | 2.0 | 113 | 0.4793 | 0.88 |
|
58 |
+
| 0.0329 | 2.97 | 168 | 0.4764 | 0.88 |
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|