kingabzpro
commited on
Commit
•
ed37d85
1
Parent(s):
a0d7b6c
Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,13 @@ metrics:
|
|
12 |
- wer
|
13 |
- cer
|
14 |
model-index:
|
15 |
-
- name: wav2vec2-
|
16 |
results:
|
17 |
- task:
|
18 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
19 |
name: Urdu Speech Recognition # Optional. Example: Speech Recognition
|
20 |
dataset:
|
21 |
-
type:
|
22 |
name: Urdu # Required. Example: Common Voice zh-CN
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|
|
|
12 |
- wer
|
13 |
- cer
|
14 |
model-index:
|
15 |
+
- name: wav2vec2-60-urdu
|
16 |
results:
|
17 |
- task:
|
18 |
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
19 |
name: Urdu Speech Recognition # Optional. Example: Speech Recognition
|
20 |
dataset:
|
21 |
+
type: common_voice_7 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
22 |
name: Urdu # Required. Example: Common Voice zh-CN
|
23 |
args: ur # Optional. Example: zh-CN
|
24 |
metrics:
|