flaneur-ml
commited on
End of training
Browse files- README.md +28 -28
- model.safetensors +1 -1
README.md
CHANGED
@@ -33,7 +33,7 @@ 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: 0.
|
37 |
- Accuracy: 0.86
|
38 |
|
39 |
## Model description
|
@@ -53,11 +53,11 @@ More information needed
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
-
- learning_rate:
|
57 |
-
- train_batch_size:
|
58 |
-
- eval_batch_size:
|
59 |
- seed: 42
|
60 |
-
- optimizer:
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
- num_epochs: 20
|
@@ -67,31 +67,31 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 2.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
|
91 |
|
92 |
### Framework versions
|
93 |
|
94 |
-
- Transformers 4.
|
95 |
-
- Pytorch 2.5.
|
96 |
- Datasets 3.1.0
|
97 |
-
- Tokenizers 0.
|
|
|
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.6628
|
37 |
- Accuracy: 0.86
|
38 |
|
39 |
## Model description
|
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 8e-05
|
57 |
+
- train_batch_size: 12
|
58 |
+
- eval_batch_size: 12
|
59 |
- seed: 42
|
60 |
+
- optimizer: Use 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: 20
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.1317 | 1.0 | 75 | 2.0386 | 0.33 |
|
71 |
+
| 1.36 | 2.0 | 150 | 1.4142 | 0.58 |
|
72 |
+
| 1.1456 | 3.0 | 225 | 1.1110 | 0.66 |
|
73 |
+
| 0.6417 | 4.0 | 300 | 1.0142 | 0.69 |
|
74 |
+
| 0.3324 | 5.0 | 375 | 0.5881 | 0.82 |
|
75 |
+
| 0.2208 | 6.0 | 450 | 0.5516 | 0.84 |
|
76 |
+
| 0.3346 | 7.0 | 525 | 0.5267 | 0.87 |
|
77 |
+
| 0.2309 | 8.0 | 600 | 0.7404 | 0.8 |
|
78 |
+
| 0.0267 | 9.0 | 675 | 0.6636 | 0.8 |
|
79 |
+
| 0.0309 | 10.0 | 750 | 0.6390 | 0.84 |
|
80 |
+
| 0.0076 | 11.0 | 825 | 0.6949 | 0.85 |
|
81 |
+
| 0.0053 | 12.0 | 900 | 0.6405 | 0.87 |
|
82 |
+
| 0.005 | 13.0 | 975 | 0.7065 | 0.84 |
|
83 |
+
| 0.004 | 14.0 | 1050 | 0.8570 | 0.84 |
|
84 |
+
| 0.0031 | 15.0 | 1125 | 0.6735 | 0.88 |
|
85 |
+
| 0.0028 | 16.0 | 1200 | 0.7023 | 0.85 |
|
86 |
+
| 0.0027 | 17.0 | 1275 | 0.6823 | 0.86 |
|
87 |
+
| 0.0369 | 18.0 | 1350 | 0.7320 | 0.85 |
|
88 |
+
| 0.0024 | 19.0 | 1425 | 0.6656 | 0.86 |
|
89 |
+
| 0.0023 | 20.0 | 1500 | 0.6628 | 0.86 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
93 |
|
94 |
+
- Transformers 4.46.2
|
95 |
+
- Pytorch 2.5.1+cu124
|
96 |
- Datasets 3.1.0
|
97 |
+
- Tokenizers 0.20.3
|
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:8cfe47bca52a90244deba9a423a3dcb5f4ca89d2af7c462a23e29bf38ebc79c0
|
3 |
size 94771728
|