kingabzpro
commited on
Commit
•
dbb20c1
1
Parent(s):
4df00e4
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- automatic-speech-recognition
|
8 |
- robust-speech-event
|
9 |
datasets:
|
10 |
-
- mozilla-foundation/
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
@@ -18,16 +18,16 @@ model-index:
|
|
18 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
19 |
name: Speech Recognition # Optional. Example: Speech Recognition
|
20 |
dataset:
|
21 |
-
type: mozilla-foundation/
|
22 |
name: Common Voice id # Required. Example: Common Voice zh-CN
|
23 |
args: id # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
-
value:
|
27 |
name: Test WER # Optional. Example: Test WER
|
28 |
|
29 |
- type: cer # Required. Example: wer
|
30 |
-
value:
|
31 |
name: Test CER # Optional. Example: Test WER
|
32 |
|
33 |
|
|
|
7 |
- automatic-speech-recognition
|
8 |
- robust-speech-event
|
9 |
datasets:
|
10 |
+
- mozilla-foundation/common_voice_7_0
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
|
|
18 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
19 |
name: Speech Recognition # Optional. Example: Speech Recognition
|
20 |
dataset:
|
21 |
+
type: mozilla-foundation/common_voice_7_0 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
22 |
name: Common Voice id # Required. Example: Common Voice zh-CN
|
23 |
args: id # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
26 |
+
value: 25.02 # Required. Example: 20.90
|
27 |
name: Test WER # Optional. Example: Test WER
|
28 |
|
29 |
- type: cer # Required. Example: wer
|
30 |
+
value: 6.50 # Required. Example: 20.90
|
31 |
name: Test CER # Optional. Example: Test WER
|
32 |
|
33 |
|