End of training
Browse files- README.md +23 -13
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
- Accuracy: 0.85
|
37 |
|
38 |
## Model description
|
@@ -52,29 +52,39 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 16
|
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 |
-
| 2.
|
69 |
-
|
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
| 0.
|
77 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6232
|
36 |
- Accuracy: 0.85
|
37 |
|
38 |
## Model description
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 2e-05
|
56 |
- train_batch_size: 16
|
57 |
- eval_batch_size: 16
|
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: 20
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 2.2706 | 1.0 | 57 | 2.2603 | 0.25 |
|
69 |
+
| 2.0729 | 2.0 | 114 | 2.0172 | 0.38 |
|
70 |
+
| 1.7159 | 3.0 | 171 | 1.6766 | 0.62 |
|
71 |
+
| 1.5972 | 4.0 | 228 | 1.4569 | 0.65 |
|
72 |
+
| 1.2733 | 5.0 | 285 | 1.2656 | 0.71 |
|
73 |
+
| 1.2068 | 6.0 | 342 | 1.1271 | 0.77 |
|
74 |
+
| 1.1018 | 7.0 | 399 | 1.0385 | 0.77 |
|
75 |
+
| 1.0269 | 8.0 | 456 | 0.9562 | 0.76 |
|
76 |
+
| 0.9285 | 9.0 | 513 | 0.9170 | 0.73 |
|
77 |
+
| 0.8465 | 10.0 | 570 | 0.8357 | 0.8 |
|
78 |
+
| 0.6841 | 11.0 | 627 | 0.8469 | 0.78 |
|
79 |
+
| 0.6767 | 12.0 | 684 | 0.7362 | 0.84 |
|
80 |
+
| 0.6276 | 13.0 | 741 | 0.7254 | 0.83 |
|
81 |
+
| 0.5224 | 14.0 | 798 | 0.7046 | 0.82 |
|
82 |
+
| 0.5469 | 15.0 | 855 | 0.6684 | 0.85 |
|
83 |
+
| 0.5789 | 16.0 | 912 | 0.6343 | 0.85 |
|
84 |
+
| 0.4983 | 17.0 | 969 | 0.6367 | 0.83 |
|
85 |
+
| 0.4746 | 18.0 | 1026 | 0.6301 | 0.83 |
|
86 |
+
| 0.4469 | 19.0 | 1083 | 0.6157 | 0.85 |
|
87 |
+
| 0.4484 | 20.0 | 1140 | 0.6232 | 0.85 |
|
88 |
|
89 |
|
90 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94783376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ceabea6e16d2f459a77c956399c190b323a6ba37da87e1b1a71c65be9823926
|
3 |
size 94783376
|