geninhu commited on
Commit
78383c9
·
1 Parent(s): 0002c5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -25,6 +25,22 @@ model-index:
25
  - name: Test CER (with LM)
26
  type: cer
27
  value: 12.961
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
 
 
25
  - name: Test CER (with LM)
26
  type: cer
27
  value: 12.961
28
+
29
+ - task:
30
+ name: Speech Recognition
31
+ type: automatic-speech-recognition
32
+ dataset:
33
+ name: Common Voice 8.0
34
+ type: mozilla-foundation/common_voice_8_0
35
+
36
+ args: vi
37
+ metrics:
38
+ - name: Test WER (with LM)
39
+ type: wer
40
+ value: 31.158
41
+ - name: Test CER (with LM)
42
+ type: cer
43
+ value: 16.179
44
  ---
45
 
46