Commit
·
39a6ef9
1
Parent(s):
0838107
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (433b8a0b561bf51cbec85a8c1f14c4f3bcbfd74c)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -11,23 +11,24 @@ tags:
|
|
| 11 |
- ug
|
| 12 |
datasets:
|
| 13 |
- mozilla-foundation/common_voice_8_0
|
|
|
|
| 14 |
model-index:
|
| 15 |
- name: XLS-R-300M Uyghur CV8
|
| 16 |
results:
|
| 17 |
- task:
|
| 18 |
-
name: Automatic Speech Recognition
|
| 19 |
type: automatic-speech-recognition
|
|
|
|
| 20 |
dataset:
|
| 21 |
name: Common Voice 8
|
| 22 |
type: mozilla-foundation/common_voice_8_0
|
| 23 |
args: ug
|
| 24 |
metrics:
|
| 25 |
-
-
|
| 26 |
-
type: wer
|
| 27 |
value: 30.5
|
| 28 |
-
|
| 29 |
-
|
| 30 |
value: 5.8
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 11 |
- ug
|
| 12 |
datasets:
|
| 13 |
- mozilla-foundation/common_voice_8_0
|
| 14 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
| 15 |
model-index:
|
| 16 |
- name: XLS-R-300M Uyghur CV8
|
| 17 |
results:
|
| 18 |
- task:
|
|
|
|
| 19 |
type: automatic-speech-recognition
|
| 20 |
+
name: Automatic Speech Recognition
|
| 21 |
dataset:
|
| 22 |
name: Common Voice 8
|
| 23 |
type: mozilla-foundation/common_voice_8_0
|
| 24 |
args: ug
|
| 25 |
metrics:
|
| 26 |
+
- type: wer
|
|
|
|
| 27 |
value: 30.5
|
| 28 |
+
name: Test WER
|
| 29 |
+
- type: cer
|
| 30 |
value: 5.8
|
| 31 |
+
name: Test CER
|
| 32 |
---
|
| 33 |
|
| 34 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|