End of training
Browse files- README.md +14 -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 [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) 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,30 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 8
|
57 |
- eval_batch_size: 8
|
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 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
|
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the GTZAN dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6459
|
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: 8
|
57 |
- eval_batch_size: 8
|
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: 11
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 2.0912 | 1.0 | 113 | 1.9840 | 0.33 |
|
69 |
+
| 1.7391 | 2.0 | 226 | 1.6205 | 0.57 |
|
70 |
+
| 1.3242 | 3.0 | 339 | 1.3338 | 0.61 |
|
71 |
+
| 1.1953 | 4.0 | 452 | 1.1904 | 0.68 |
|
72 |
+
| 0.8983 | 5.0 | 565 | 1.0357 | 0.75 |
|
73 |
+
| 0.8686 | 6.0 | 678 | 0.9569 | 0.78 |
|
74 |
+
| 0.84 | 7.0 | 791 | 0.7681 | 0.8 |
|
75 |
+
| 0.5776 | 8.0 | 904 | 0.6968 | 0.84 |
|
76 |
+
| 0.5186 | 9.0 | 1017 | 0.6541 | 0.86 |
|
77 |
+
| 0.3765 | 10.0 | 1130 | 0.6743 | 0.85 |
|
78 |
+
| 0.3671 | 11.0 | 1243 | 0.6459 | 0.85 |
|
79 |
|
80 |
|
81 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378358633
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:939753ebb49ce9fe3174b4520f37b8c114ee5a0f48e117a7ada6a9d410068bbb
|
3 |
size 378358633
|