Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -10,6 +10,7 @@ datasets:
|
|
10 |
- mozilla-foundation/common_voice_8_0
|
11 |
metrics:
|
12 |
- wer
|
|
|
13 |
model-index:
|
14 |
- name: XLS-R-300M - Hausa
|
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: ha
|
23 |
metrics:
|
24 |
- type: wer
|
25 |
value: 36.295
|
26 |
name: Test WER
|
27 |
-
-
|
28 |
-
type: cer
|
29 |
value: 11.073
|
|
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- mozilla-foundation/common_voice_8_0
|
11 |
metrics:
|
12 |
- wer
|
13 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
14 |
model-index:
|
15 |
- name: XLS-R-300M - Hausa
|
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: ha
|
24 |
metrics:
|
25 |
- type: wer
|
26 |
value: 36.295
|
27 |
name: Test WER
|
28 |
+
- type: cer
|
|
|
29 |
value: 11.073
|
30 |
+
name: Test CER
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|