update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,7 +36,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate:
|
40 |
- train_batch_size: 32
|
41 |
- eval_batch_size: 32
|
42 |
- seed: 42
|
@@ -45,32 +45,27 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| No log | 1.0 | 7 |
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.5255 | 16.0 | 112 | 0.7847 | 0.7231 |
|
70 |
-
| 0.5255 | 17.0 | 119 | 0.7917 | 0.7154 |
|
71 |
-
| 0.5129 | 18.0 | 126 | 0.7101 | 0.7538 |
|
72 |
-
| 0.4621 | 19.0 | 133 | 0.7437 | 0.7385 |
|
73 |
-
| 0.4552 | 20.0 | 140 | 0.7404 | 0.7308 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5766
|
20 |
+
- Accuracy: 0.8308
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 1.5e-05
|
40 |
- train_batch_size: 32
|
41 |
- eval_batch_size: 32
|
42 |
- seed: 42
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 15
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 1.0 | 7 | 0.7247 | 0.7462 |
|
55 |
+
| No log | 2.0 | 14 | 0.6844 | 0.7615 |
|
56 |
+
| 0.4279 | 3.0 | 21 | 0.7254 | 0.7462 |
|
57 |
+
| 0.4279 | 4.0 | 28 | 0.5891 | 0.8 |
|
58 |
+
| 0.4279 | 5.0 | 35 | 0.6991 | 0.7462 |
|
59 |
+
| 0.4478 | 6.0 | 42 | 0.6579 | 0.7615 |
|
60 |
+
| 0.4478 | 7.0 | 49 | 0.6164 | 0.8 |
|
61 |
+
| 0.4478 | 8.0 | 56 | 0.6191 | 0.8077 |
|
62 |
+
| 0.4194 | 9.0 | 63 | 0.5766 | 0.8308 |
|
63 |
+
| 0.4194 | 10.0 | 70 | 0.5704 | 0.8154 |
|
64 |
+
| 0.4194 | 11.0 | 77 | 0.6518 | 0.8 |
|
65 |
+
| 0.3833 | 12.0 | 84 | 0.6190 | 0.8077 |
|
66 |
+
| 0.3833 | 13.0 | 91 | 0.5693 | 0.8231 |
|
67 |
+
| 0.3833 | 14.0 | 98 | 0.5628 | 0.8231 |
|
68 |
+
| 0.3607 | 15.0 | 105 | 0.5741 | 0.8154 |
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|