Sandiago21
commited on
Commit
•
26b6c38
1
Parent(s):
2c878d8
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 [facebook/hubert-large-ls960-ft](https://huggingface.co/facebook/hubert-large-ls960-ft) on the GTZAN dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,12 +38,12 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 2
|
43 |
- eval_batch_size: 2
|
44 |
- seed: 42
|
45 |
-
- gradient_accumulation_steps:
|
46 |
-
- total_train_batch_size:
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
@@ -53,26 +53,26 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| 2.
|
57 |
-
|
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
|
|
62 |
-
|
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
|
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/hubert-large-ls960-ft](https://huggingface.co/facebook/hubert-large-ls960-ft) on the GTZAN dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: nan
|
22 |
+
- Accuracy: 0.86
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.0001
|
42 |
- train_batch_size: 2
|
43 |
- eval_batch_size: 2
|
44 |
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 8
|
46 |
+
- total_train_batch_size: 16
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 2.2625 | 1.0 | 56 | 2.2399 | 0.23 |
|
57 |
+
| 1.7887 | 1.99 | 112 | 1.7278 | 0.4 |
|
58 |
+
| 1.4728 | 2.99 | 168 | 1.4387 | 0.48 |
|
59 |
+
| 1.1536 | 4.0 | 225 | 1.3178 | 0.54 |
|
60 |
+
| 1.0758 | 5.0 | 281 | 1.1903 | 0.6 |
|
61 |
+
| 0.9742 | 5.99 | 337 | 0.8416 | 0.72 |
|
62 |
+
| 0.8285 | 6.99 | 393 | 0.5875 | 0.78 |
|
63 |
+
| 0.7953 | 8.0 | 450 | 0.7786 | 0.75 |
|
64 |
+
| 0.6224 | 9.0 | 506 | 0.6753 | 0.8 |
|
65 |
+
| 0.3806 | 9.99 | 562 | 0.5826 | 0.84 |
|
66 |
+
| 0.3121 | 10.99 | 618 | 0.7312 | 0.78 |
|
67 |
+
| 0.1729 | 12.0 | 675 | 0.6526 | 0.85 |
|
68 |
+
| 0.2958 | 13.0 | 731 | 0.7831 | 0.83 |
|
69 |
+
| 0.1496 | 13.99 | 787 | 0.8518 | 0.79 |
|
70 |
+
| 0.0659 | 14.99 | 843 | 0.8194 | 0.82 |
|
71 |
+
| 0.1208 | 16.0 | 900 | 0.8555 | 0.82 |
|
72 |
+
| 0.147 | 17.0 | 956 | 0.6768 | 0.86 |
|
73 |
+
| 0.0284 | 17.99 | 1012 | 0.7065 | 0.86 |
|
74 |
+
| 0.0295 | 18.99 | 1068 | 0.6942 | 0.87 |
|
75 |
+
| 0.0524 | 19.91 | 1120 | nan | 0.86 |
|
76 |
|
77 |
|
78 |
### Framework versions
|