Upload README.md
Browse files
README.md
CHANGED
@@ -4,44 +4,42 @@ language:
|
|
4 |
- vi
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
7 |
-
- robust-speech-event
|
8 |
- common-voice
|
|
|
|
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_7_0
|
11 |
model-index:
|
12 |
- name: xls-asr-vi-40h-1B
|
13 |
results:
|
14 |
-
- task:
|
15 |
name: Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
name: Common Voice 7.0
|
19 |
type: mozilla-foundation/common_voice_7_0
|
20 |
-
|
21 |
args: vi
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
- task:
|
31 |
name: Speech Recognition
|
32 |
type: automatic-speech-recognition
|
33 |
dataset:
|
34 |
name: Common Voice 8.0
|
35 |
type: mozilla-foundation/common_voice_8_0
|
36 |
-
|
37 |
args: vi
|
38 |
metrics:
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
---
|
46 |
|
47 |
|
|
|
4 |
- vi
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
|
|
7 |
- common-voice
|
8 |
+
- hf-asr-leaderboard
|
9 |
+
- robust-speech-event
|
10 |
datasets:
|
11 |
- mozilla-foundation/common_voice_7_0
|
12 |
model-index:
|
13 |
- name: xls-asr-vi-40h-1B
|
14 |
results:
|
15 |
+
- task:
|
16 |
name: Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
name: Common Voice 7.0
|
20 |
type: mozilla-foundation/common_voice_7_0
|
|
|
21 |
args: vi
|
22 |
metrics:
|
23 |
+
- name: Test WER (with LM)
|
24 |
+
type: wer
|
25 |
+
value: 25.846
|
26 |
+
- name: Test CER (with LM)
|
27 |
+
type: cer
|
28 |
+
value: 12.961
|
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 |
args: vi
|
36 |
metrics:
|
37 |
+
- name: Test WER (with LM)
|
38 |
+
type: wer
|
39 |
+
value: 31.158
|
40 |
+
- name: Test CER (with LM)
|
41 |
+
type: cer
|
42 |
+
value: 16.179
|
43 |
---
|
44 |
|
45 |
|