Upload README.md
Browse files
README.md
CHANGED
@@ -2,58 +2,69 @@
|
|
2 |
language: zh-HK
|
3 |
license: apache-2.0
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
datasets:
|
9 |
-
|
10 |
model-index:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
---
|
58 |
|
59 |
# Wav2Vec2 XLS-R 300M Cantonese (zh-HK) LM
|
|
|
2 |
language: zh-HK
|
3 |
license: apache-2.0
|
4 |
tags:
|
5 |
+
- automatic-speech-recognition
|
6 |
+
- generated_from_trainer
|
7 |
+
- robust-speech-event
|
8 |
datasets:
|
9 |
+
- common_voice
|
10 |
model-index:
|
11 |
+
- name: Wav2Vec2 XLS-R 300M Cantonese (zh-HK) LM
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: Common Voice
|
18 |
+
type: common_voice
|
19 |
+
args: zh-HK
|
20 |
+
metrics:
|
21 |
+
- name: Test CER
|
22 |
+
type: cer
|
23 |
+
value: 24.09
|
24 |
+
- task:
|
25 |
+
name: Automatic Speech Recognition
|
26 |
+
type: automatic-speech-recognition
|
27 |
+
dataset:
|
28 |
+
name: Common Voice 7
|
29 |
+
type: mozilla-foundation/common_voice_7_0
|
30 |
+
args: zh-HK
|
31 |
+
metrics:
|
32 |
+
- name: Test CER
|
33 |
+
type: cer
|
34 |
+
value: 23.1
|
35 |
+
- task:
|
36 |
+
name: Automatic Speech Recognition
|
37 |
+
type: automatic-speech-recognition
|
38 |
+
dataset:
|
39 |
+
name: Common Voice 8
|
40 |
+
type: mozilla-foundation/common_voice_8_0
|
41 |
+
args: zh-HK
|
42 |
+
metrics:
|
43 |
+
- name: Test CER
|
44 |
+
type: cer
|
45 |
+
value: 23.02
|
46 |
+
- task:
|
47 |
+
name: Automatic Speech Recognition
|
48 |
+
type: automatic-speech-recognition
|
49 |
+
dataset:
|
50 |
+
name: Robust Speech Event - Dev Data
|
51 |
+
type: speech-recognition-community-v2/dev_data
|
52 |
+
args: zh-HK
|
53 |
+
metrics:
|
54 |
+
- name: Test CER
|
55 |
+
type: cer
|
56 |
+
value: 56.86
|
57 |
+
- task:
|
58 |
+
name: Automatic Speech Recognition
|
59 |
+
type: automatic-speech-recognition
|
60 |
+
dataset:
|
61 |
+
name: Robust Speech Event - Test Data
|
62 |
+
type: speech-recognition-community-v2/eval_data
|
63 |
+
args: zh-HK
|
64 |
+
metrics:
|
65 |
+
- name: Test CER
|
66 |
+
type: cer
|
67 |
+
value: 55.76
|
68 |
---
|
69 |
|
70 |
# Wav2Vec2 XLS-R 300M Cantonese (zh-HK) LM
|