End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ 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 vivos dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -52,15 +52,15 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 32
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
59 |
- gradient_accumulation_steps: 4
|
60 |
- total_train_batch_size: 128
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
-
- lr_scheduler_type:
|
63 |
-
- lr_scheduler_warmup_steps:
|
64 |
- num_epochs: 20
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
@@ -68,16 +68,16 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
71 |
-
|
|
72 |
-
| 3.
|
73 |
-
|
|
74 |
-
|
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.20053544110147883
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the vivos dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3151
|
36 |
+
- Wer: 0.2005
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0001
|
56 |
- train_batch_size: 32
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
59 |
- gradient_accumulation_steps: 4
|
60 |
- total_train_batch_size: 128
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
+
- lr_scheduler_type: linear
|
63 |
+
- lr_scheduler_warmup_steps: 300
|
64 |
- num_epochs: 20
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
71 |
+
| 7.4472 | 2.0 | 146 | 4.1025 | 1.0 |
|
72 |
+
| 3.4729 | 4.0 | 292 | 3.6046 | 1.0 |
|
73 |
+
| 2.8216 | 6.0 | 438 | 1.4275 | 0.8461 |
|
74 |
+
| 0.8343 | 8.0 | 584 | 0.5637 | 0.3727 |
|
75 |
+
| 0.4258 | 10.0 | 730 | 0.4272 | 0.2877 |
|
76 |
+
| 0.3012 | 12.0 | 876 | 0.3548 | 0.2370 |
|
77 |
+
| 0.2445 | 14.0 | 1022 | 0.3371 | 0.2230 |
|
78 |
+
| 0.2328 | 16.0 | 1168 | 0.3269 | 0.2119 |
|
79 |
+
| 0.1831 | 18.0 | 1314 | 0.3204 | 0.2058 |
|
80 |
+
| 0.1664 | 20.0 | 1460 | 0.3151 | 0.2005 |
|
81 |
|
82 |
|
83 |
### Framework versions
|