Commit
•
c27f673
1
Parent(s):
34699d1
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (7197dbfe18e235f79e91c4fc2b15545f62c89eac)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -10,6 +10,7 @@ datasets:
|
|
10 |
- mozilla-foundation/common_voice_8_0
|
11 |
metrics:
|
12 |
- wer
|
|
|
13 |
model-index:
|
14 |
- name: wav2vec2-large-xls-r-300m-Urdu
|
15 |
results:
|
@@ -17,16 +18,16 @@ model-index:
|
|
17 |
type: automatic-speech-recognition
|
18 |
name: Speech Recognition
|
19 |
dataset:
|
20 |
-
type: mozilla-foundation/common_voice_8_0
|
21 |
name: Common Voice 8
|
|
|
22 |
args: ur
|
23 |
metrics:
|
24 |
- type: wer
|
25 |
value: 39.89
|
26 |
name: Test WER
|
27 |
-
-
|
28 |
-
type: cer
|
29 |
value: 16.7
|
|
|
30 |
---
|
31 |
---
|
32 |
|
|
|
10 |
- mozilla-foundation/common_voice_8_0
|
11 |
metrics:
|
12 |
- wer
|
13 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
14 |
model-index:
|
15 |
- name: wav2vec2-large-xls-r-300m-Urdu
|
16 |
results:
|
|
|
18 |
type: automatic-speech-recognition
|
19 |
name: Speech Recognition
|
20 |
dataset:
|
|
|
21 |
name: Common Voice 8
|
22 |
+
type: mozilla-foundation/common_voice_8_0
|
23 |
args: ur
|
24 |
metrics:
|
25 |
- type: wer
|
26 |
value: 39.89
|
27 |
name: Test WER
|
28 |
+
- type: cer
|
|
|
29 |
value: 16.7
|
30 |
+
name: Test CER
|
31 |
---
|
32 |
---
|
33 |
|