Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,28 @@ model-index:
|
|
21 |
- name: Test CER
|
22 |
type: cer
|
23 |
value: 31.73
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- task:
|
25 |
name: Automatic Speech Recognition
|
26 |
type: automatic-speech-recognition
|
@@ -55,6 +77,8 @@ The model achieves the following results on evaluation:
|
|
55 |
| Dataset | Loss | CER |
|
56 |
| -------------------------------- | ------ | ------ |
|
57 |
| `Common Voice` | 0.8089 | 31.73% |
|
|
|
|
|
58 |
| `Robust Speech Event - Dev Data` | N/A | 56.60% |
|
59 |
|
60 |
## Training procedure
|
|
|
21 |
- name: Test CER
|
22 |
type: cer
|
23 |
value: 31.73
|
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.11
|
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
|
|
|
77 |
| Dataset | Loss | CER |
|
78 |
| -------------------------------- | ------ | ------ |
|
79 |
| `Common Voice` | 0.8089 | 31.73% |
|
80 |
+
| `Common Voice 7` | N/A | 23.11% |
|
81 |
+
| `Common Voice 8` | N/A | 23.02% |
|
82 |
| `Robust Speech Event - Dev Data` | N/A | 56.60% |
|
83 |
|
84 |
## Training procedure
|