jonatasgrosman commited on
Commit
6cdc194
1 Parent(s): 3f9fa35

update eval

Browse files
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Test WER
24
  type: wer
25
- value: 23.60
26
  - name: Test CER
27
  type: cer
28
- value: 9.93
29
  - name: Test WER (+LM)
30
  type: wer
31
- value: 19.58
32
  - name: Test CER (+LM)
33
  type: cer
34
- value: 9.25
35
  - task:
36
  name: Automatic Speech Recognition
37
  type: automatic-speech-recognition
@@ -54,10 +54,14 @@ model-index:
54
  value: 8.93
55
  ---
56
 
57
- # XLS-R-1B-English
58
 
59
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - EN dataset.
 
60
 
 
 
 
61
 
62
  ## Evaluation Commands
63
 
 
22
  metrics:
23
  - name: Test WER
24
  type: wer
25
+ value: 21.05
26
  - name: Test CER
27
  type: cer
28
+ value: 8.44
29
  - name: Test WER (+LM)
30
  type: wer
31
+ value: 17.31
32
  - name: Test CER (+LM)
33
  type: cer
34
+ value: 7.77
35
  - task:
36
  name: Automatic Speech Recognition
37
  type: automatic-speech-recognition
 
54
  value: 8.93
55
  ---
56
 
57
+ # XLS-R-1B-ENGLISH
58
 
59
+ Fine-tuned [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on English using the [Common Voice 8](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0).
60
+ When using this model, make sure that your speech input is sampled at 16kHz.
61
 
62
+ This model has been fine-tuned thanks to the GPU credits generously given by the [OVHcloud](https://www.ovhcloud.com/en/public-cloud/ai-training/) :)
63
+
64
+ The script used for training can be found here: https://github.com/jonatasgrosman/wav2vec2-sprint
65
 
66
  ## Evaluation Commands
67
 
log_mozilla-foundation_common_voice_8_0_en_test_predictions.txt CHANGED
The diff for this file is too large to render. See raw diff
 
log_mozilla-foundation_common_voice_8_0_en_test_predictions_greedy.txt CHANGED
The diff for this file is too large to render. See raw diff
 
mozilla-foundation_common_voice_8_0_en_test_eval_results.txt CHANGED
@@ -1,2 +1,2 @@
1
- WER: 0.19585785349676496
2
- CER: 0.09254170290872085
 
1
+ WER: 0.1731898429625776
2
+ CER: 0.07770180904162725
mozilla-foundation_common_voice_8_0_en_test_eval_results_greedy.txt CHANGED
@@ -1,2 +1,2 @@
1
- WER: 0.23601781708229022
2
- CER: 0.09938350966320014
 
1
+ WER: 0.21057320284813213
2
+ CER: 0.08449510053632464