anton-l HF staff commited on
Commit
4eecfb0
1 Parent(s): 252bc51

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -9
README.md CHANGED
@@ -10,22 +10,44 @@ tags:
10
  datasets:
11
  - mozilla-foundation/common_voice_8_0
12
  model-index:
13
- - name: 'wav2vec2-large-xls-r-300m-mn'
14
  results:
15
- - task:
16
- name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
18
  dataset:
19
  name: Common Voice 8
20
  type: mozilla-foundation/common_voice_8_0
21
  args: mn
22
  metrics:
23
- - name: Test WER using LM
24
- type: wer
25
- value: 31.3919
26
- - name: Test CER using LM
27
- type: cer
28
- value: 10.2565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
10
  datasets:
11
  - mozilla-foundation/common_voice_8_0
12
  model-index:
13
+ - name: wav2vec2-large-xls-r-300m-mn
14
  results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
18
  dataset:
19
  name: Common Voice 8
20
  type: mozilla-foundation/common_voice_8_0
21
  args: mn
22
  metrics:
23
+ - name: Test WER using LM
24
+ type: wer
25
+ value: 31.3919
26
+ - name: Test CER using LM
27
+ type: cer
28
+ value: 10.2565
29
+ - task:
30
+ name: Automatic Speech Recognition
31
+ type: automatic-speech-recognition
32
+ dataset:
33
+ name: Robust Speech Event - Dev Data
34
+ type: speech-recognition-community-v2/dev_data
35
+ args: mn
36
+ metrics:
37
+ - name: Test WER
38
+ type: wer
39
+ value: 65.26
40
+ - task:
41
+ name: Automatic Speech Recognition
42
+ type: automatic-speech-recognition
43
+ dataset:
44
+ name: Robust Speech Event - Test Data
45
+ type: speech-recognition-community-v2/eval_data
46
+ args: mn
47
+ metrics:
48
+ - name: Test WER
49
+ type: wer
50
+ value: 63.09
51
  ---
52
 
53
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You