BenDaouda commited on
Commit
927720e
1 Parent(s): 58d3a07

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
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,11 +37,9 @@ More information needed
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
@@ -52,8 +50,8 @@ The following hyperparameters were used during training:
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
 
14
 
15
  # wav2vec2-large-xls-r-1b-wolof-VoiceToText
16
 
17
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.3951
20
+ - Wer: 0.3838
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0003
40
+ - train_batch_size: 32
41
  - eval_batch_size: 8
42
  - seed: 42
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 3.2047 | 14.29 | 400 | 0.4485 | 0.4602 |
54
+ | 0.1987 | 28.57 | 800 | 0.3951 | 0.3838 |
55
 
56
 
57
  ### Framework versions