kingabzpro
commited on
Commit
•
c44bb6f
1
Parent(s):
66c5c43
Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ model-index:
|
|
18 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
19 |
name: Speech Recognition # Optional. Example: Speech Recognition
|
20 |
dataset:
|
21 |
-
type:
|
22 |
-
name:
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|
|
|
18 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
19 |
name: Speech Recognition # Optional. Example: Speech Recognition
|
20 |
dataset:
|
21 |
+
type: common_voice # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
22 |
+
name: Common Voice ur # Required. Example: Common Voice zh-CN
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|
25 |
- type: wer # Required. Example: wer
|