update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice_8_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 1.
|
35 |
-
- Wer: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -51,32 +51,34 @@ More information needed
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
-
- learning_rate:
|
55 |
- train_batch_size: 16
|
56 |
- eval_batch_size: 8
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_ratio: 0.1
|
61 |
-
- num_epochs:
|
62 |
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
| 3.
|
71 |
-
| 3.
|
72 |
-
| 3.
|
73 |
-
| 3.
|
74 |
-
| 2.
|
75 |
-
| 2.
|
76 |
-
|
|
77 |
-
| 1.
|
78 |
-
| 1.
|
79 |
-
| 1.
|
|
|
|
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 0.8409155834880732
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice_8_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.2060
|
35 |
+
- Wer: 0.8409
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 7e-05
|
55 |
- train_batch_size: 16
|
56 |
- eval_batch_size: 8
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_ratio: 0.1
|
61 |
+
- num_epochs: 90
|
62 |
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
68 |
+
| 13.1755 | 6.25 | 50 | 4.7246 | 0.9927 |
|
69 |
+
| 8.0106 | 12.5 | 100 | 3.8216 | 0.9996 |
|
70 |
+
| 3.4536 | 18.75 | 150 | 3.0254 | 1.0 |
|
71 |
+
| 3.1828 | 25.0 | 200 | 2.9839 | 1.0 |
|
72 |
+
| 3.1087 | 31.25 | 250 | 2.9887 | 1.0 |
|
73 |
+
| 3.0176 | 37.5 | 300 | 2.8903 | 1.0 |
|
74 |
+
| 2.912 | 43.75 | 350 | 2.6903 | 1.0 |
|
75 |
+
| 2.7648 | 50.0 | 400 | 2.1968 | 1.0016 |
|
76 |
+
| 2.1665 | 56.25 | 450 | 1.6039 | 0.9838 |
|
77 |
+
| 1.8149 | 62.5 | 500 | 1.3367 | 0.9484 |
|
78 |
+
| 1.6385 | 68.75 | 550 | 1.2353 | 0.9340 |
|
79 |
+
| 1.314 | 75.0 | 600 | 1.2081 | 0.8834 |
|
80 |
+
| 1.0963 | 81.25 | 650 | 1.2016 | 0.8416 |
|
81 |
+
| 1.2322 | 87.5 | 700 | 1.2060 | 0.8409 |
|
82 |
|
83 |
|
84 |
### Framework versions
|