RuudVelo commited on
Commit
b37cfdf
1 Parent(s): e28ffe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,10 +24,10 @@ model-index:
24
  metrics:
25
  - name: Test WER
26
  type: wer
27
- value: 19.74
28
  - name: Test CER
29
  type: cer
30
- value: 2.89
31
  - task:
32
  name: Automatic Speech Recognition
33
  type: automatic-speech-recognition
@@ -43,7 +43,6 @@ model-index:
43
  type: cer
44
  value:
45
  ---
46
-
47
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
48
  should probably proofread and complete it, then remove this comment. -->
49
 
@@ -56,7 +55,7 @@ It achieves the following results on the evaluation set:
56
 
57
  ## Model description
58
 
59
- More information needed
60
 
61
  ## Intended uses & limitations
62
 
@@ -114,6 +113,7 @@ training_args = TrainingArguments(
114
  | 0.7931 | 26.66 | 800 | 0.2377 | 0.2298 |
115
  | 0.5364 | 39.98 | 1200 | 0.2210 | 0.1974 |
116
 
 
117
 
118
  ### Framework versions
119
 
 
24
  metrics:
25
  - name: Test WER
26
  type: wer
27
+ value: 17.57
28
  - name: Test CER
29
  type: cer
30
+ value: 3.86
31
  - task:
32
  name: Automatic Speech Recognition
33
  type: automatic-speech-recognition
 
43
  type: cer
44
  value:
45
  ---
 
46
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
47
  should probably proofread and complete it, then remove this comment. -->
48
 
 
55
 
56
  ## Model description
57
 
58
+ Note: another version of this model is available with a KenLM 3gram model. This model performs better than this model. See https://huggingface.co/RuudVelo/wav2vec2-large-xls-r-1b-cv8-mt-lm
59
 
60
  ## Intended uses & limitations
61
 
 
113
  | 0.7931 | 26.66 | 800 | 0.2377 | 0.2298 |
114
  | 0.5364 | 39.98 | 1200 | 0.2210 | 0.1974 |
115
 
116
+ Note that the test WER of 19.74 is different than the above reported 17.57. This was due to a bug which was found while processing files with an older version of the datasets library. The right library is listed below.
117
 
118
  ### Framework versions
119