End of training
Browse files- README.md +14 -8
- model.safetensors +1 -1
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -57,20 +57,26 @@ The following hyperparameters were used during training:
|
|
57 |
- train_batch_size: 12
|
58 |
- eval_batch_size: 12
|
59 |
- seed: 42
|
60 |
-
- gradient_accumulation_steps: 3
|
61 |
-
- total_train_batch_size: 36
|
62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
-
- num_epochs:
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
72 |
-
|
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.83
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.5708
|
37 |
+
- Accuracy: 0.83
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
57 |
- train_batch_size: 12
|
58 |
- eval_batch_size: 12
|
59 |
- seed: 42
|
|
|
|
|
60 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
+
- num_epochs: 10
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.0536 | 1.0 | 75 | 1.9482 | 0.35 |
|
71 |
+
| 1.4103 | 2.0 | 150 | 1.4342 | 0.63 |
|
72 |
+
| 1.1862 | 3.0 | 225 | 1.1184 | 0.7 |
|
73 |
+
| 0.8092 | 4.0 | 300 | 0.9554 | 0.73 |
|
74 |
+
| 0.5852 | 5.0 | 375 | 0.7298 | 0.84 |
|
75 |
+
| 0.5186 | 6.0 | 450 | 0.6516 | 0.83 |
|
76 |
+
| 0.4123 | 7.0 | 525 | 0.6696 | 0.79 |
|
77 |
+
| 0.3285 | 8.0 | 600 | 0.5844 | 0.86 |
|
78 |
+
| 0.328 | 9.0 | 675 | 0.6136 | 0.83 |
|
79 |
+
| 0.2715 | 10.0 | 750 | 0.5708 | 0.83 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94771728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66c54911ddfada5d59ba310263097ce3f5588d8ad3292c90c24971c349f2972d
|
3 |
size 94771728
|