shivam commited on
Commit
7ac2e40
·
1 Parent(s): a03e6ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -16,16 +16,20 @@ metrics:
16
  model-index:
17
  - name: 'shivam/wav2vec2-xls-r-hindi'
18
  results:
19
- - task:
20
- type: 'automatic-speech-recognition'
21
- name: 'Speech Recognition'
22
  dataset:
23
- type: 'mozilla-foundation/common_voice_7_0'
24
- name: 'Common Voice Corpus 7.0'
25
- args: 'hi'
26
  metrics:
27
- - type: 'wer'
28
- - type: 'cer'
 
 
 
 
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -40,13 +44,9 @@ It achieves the following results on the evaluation set:
40
 
41
  ## Evaluation results on Common Voice 7 "test" (Running ./eval.py):
42
 
43
- ### Without LM
44
- - WER: 0.41
45
- - CER: 0.16
46
-
47
  ### With LM
48
- - WER: 0.31
49
- - CER: 0.13
50
 
51
  ## Model description
52
 
 
16
  model-index:
17
  - name: 'shivam/wav2vec2-xls-r-hindi'
18
  results:
19
+ - task:
20
+ type: automatic-speech-recognition
21
+ name: Automatic Speech Recognition
22
  dataset:
23
+ name: Common Voice Corpus 7.0
24
+ type: mozilla-foundation/common_voice_7_0
25
+ args: hi
26
  metrics:
27
+ - name: Test WER
28
+ type: wer
29
+ value: 52.30
30
+ - name: Test CER
31
+ type: cer
32
+ value: 26.09
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  ## Evaluation results on Common Voice 7 "test" (Running ./eval.py):
46
 
 
 
 
 
47
  ### With LM
48
+ - WER: 52.30
49
+ - CER: 26.09
50
 
51
  ## Model description
52