update model card README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# wav2vec2-large-xlsr-hausa2-demo-colab
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -33,20 +36,26 @@ More information needed
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
-
- learning_rate: 9.
|
37 |
-
- train_batch_size:
|
38 |
- eval_batch_size: 8
|
39 |
- seed: 13
|
40 |
- gradient_accumulation_steps: 3
|
41 |
-
- total_train_batch_size:
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- lr_scheduler_warmup_steps:
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
15 |
# wav2vec2-large-xlsr-hausa2-demo-colab
|
16 |
|
17 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2993
|
20 |
+
- Wer: 0.4826
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 9.6e-05
|
40 |
+
- train_batch_size: 12
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 13
|
43 |
- gradient_accumulation_steps: 3
|
44 |
+
- total_train_batch_size: 36
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 400
|
48 |
+
- num_epochs: 50
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 6.1549 | 12.5 | 400 | 2.7289 | 1.0 |
|
56 |
+
| 2.0566 | 25.0 | 800 | 0.4582 | 0.6768 |
|
57 |
+
| 0.4423 | 37.5 | 1200 | 0.3037 | 0.5138 |
|
58 |
+
| 0.2991 | 50.0 | 1600 | 0.2993 | 0.4826 |
|
59 |
|
60 |
|
61 |
### Framework versions
|