Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -17,6 +17,7 @@ datasets:
|
|
17 |
- opus100
|
18 |
- tatoeba
|
19 |
- tapaco
|
|
|
20 |
model-index:
|
21 |
- name: wav2vec2-large-xls-r-300m-mr
|
22 |
results:
|
@@ -24,16 +25,16 @@ model-index:
|
|
24 |
type: automatic-speech-recognition
|
25 |
name: Speech Recognition
|
26 |
dataset:
|
27 |
-
type: mozilla-foundation/common_voice_8_0
|
28 |
name: Common Voice 8
|
|
|
29 |
args: mr
|
30 |
metrics:
|
31 |
- type: wer
|
32 |
value: 31.05
|
33 |
name: Test WER
|
34 |
-
-
|
35 |
-
type: cer
|
36 |
value: 6.82
|
|
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
- opus100
|
18 |
- tatoeba
|
19 |
- tapaco
|
20 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
21 |
model-index:
|
22 |
- name: wav2vec2-large-xls-r-300m-mr
|
23 |
results:
|
|
|
25 |
type: automatic-speech-recognition
|
26 |
name: Speech Recognition
|
27 |
dataset:
|
|
|
28 |
name: Common Voice 8
|
29 |
+
type: mozilla-foundation/common_voice_8_0
|
30 |
args: mr
|
31 |
metrics:
|
32 |
- type: wer
|
33 |
value: 31.05
|
34 |
name: Test WER
|
35 |
+
- type: cer
|
|
|
36 |
value: 6.82
|
37 |
+
name: Test CER
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|