update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: wav2vec2-large-xls-r-1b-wolof-VoiceToText
|
7 |
results: []
|
@@ -12,7 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# wav2vec2-large-xls-r-1b-wolof-VoiceToText
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -32,18 +37,23 @@ More information needed
|
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 0.0003
|
35 |
-
- train_batch_size:
|
36 |
- eval_batch_size: 8
|
37 |
- seed: 42
|
38 |
-
- gradient_accumulation_steps:
|
39 |
-
- total_train_batch_size:
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
- lr_scheduler_warmup_steps: 500
|
43 |
- num_epochs: 30
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
model-index:
|
8 |
- name: wav2vec2-large-xls-r-1b-wolof-VoiceToText
|
9 |
results: []
|
|
|
14 |
|
15 |
# wav2vec2-large-xls-r-1b-wolof-VoiceToText
|
16 |
|
17 |
+
This model is a fine-tuned version of [BenDaouda/wav2vec2-large-xls-r-1b-wolof-VoiceToText](https://huggingface.co/BenDaouda/wav2vec2-large-xls-r-1b-wolof-VoiceToText) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4722
|
20 |
+
- Wer: 0.4276
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0003
|
40 |
+
- train_batch_size: 16
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 2
|
44 |
+
- total_train_batch_size: 32
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 500
|
48 |
- num_epochs: 30
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 1.2628 | 14.29 | 400 | 0.5651 | 0.5578 |
|
56 |
+
| 0.2354 | 28.57 | 800 | 0.4722 | 0.4276 |
|
57 |
|
58 |
|
59 |
### Framework versions
|