Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
- robust-speech-event
|
| 11 |
datasets:
|
| 12 |
- common_voice
|
|
|
|
| 13 |
model-index:
|
| 14 |
- name: wav2vec2-xls-r-1b-hy
|
| 15 |
results:
|
|
@@ -17,8 +18,8 @@ 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 uk
|
|
|
|
| 22 |
args: uk
|
| 23 |
metrics:
|
| 24 |
- type: wer
|
|
@@ -28,27 +29,27 @@ model-index:
|
|
| 28 |
value: 2.0387492208601703
|
| 29 |
name: CER LM
|
| 30 |
- task:
|
| 31 |
-
name: Automatic Speech Recognition
|
| 32 |
type: automatic-speech-recognition
|
|
|
|
| 33 |
dataset:
|
| 34 |
name: Robust Speech Event - Dev Data
|
| 35 |
type: speech-recognition-community-v2/dev_data
|
| 36 |
args: uk
|
| 37 |
metrics:
|
| 38 |
-
-
|
| 39 |
-
type: wer
|
| 40 |
value: 40.57
|
|
|
|
| 41 |
- task:
|
| 42 |
-
name: Automatic Speech Recognition
|
| 43 |
type: automatic-speech-recognition
|
|
|
|
| 44 |
dataset:
|
| 45 |
name: Robust Speech Event - Test Data
|
| 46 |
type: speech-recognition-community-v2/eval_data
|
| 47 |
args: uk
|
| 48 |
metrics:
|
| 49 |
-
-
|
| 50 |
-
type: wer
|
| 51 |
value: 28.95
|
|
|
|
| 52 |
---
|
| 53 |
|
| 54 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 10 |
- robust-speech-event
|
| 11 |
datasets:
|
| 12 |
- common_voice
|
| 13 |
+
base_model: facebook/wav2vec2-xls-r-1b
|
| 14 |
model-index:
|
| 15 |
- name: wav2vec2-xls-r-1b-hy
|
| 16 |
results:
|
|
|
|
| 18 |
type: automatic-speech-recognition
|
| 19 |
name: Speech Recognition
|
| 20 |
dataset:
|
|
|
|
| 21 |
name: Common Voice uk
|
| 22 |
+
type: mozilla-foundation/common_voice_8_0
|
| 23 |
args: uk
|
| 24 |
metrics:
|
| 25 |
- type: wer
|
|
|
|
| 29 |
value: 2.0387492208601703
|
| 30 |
name: CER LM
|
| 31 |
- task:
|
|
|
|
| 32 |
type: automatic-speech-recognition
|
| 33 |
+
name: Automatic Speech Recognition
|
| 34 |
dataset:
|
| 35 |
name: Robust Speech Event - Dev Data
|
| 36 |
type: speech-recognition-community-v2/dev_data
|
| 37 |
args: uk
|
| 38 |
metrics:
|
| 39 |
+
- type: wer
|
|
|
|
| 40 |
value: 40.57
|
| 41 |
+
name: Test WER
|
| 42 |
- task:
|
|
|
|
| 43 |
type: automatic-speech-recognition
|
| 44 |
+
name: Automatic Speech Recognition
|
| 45 |
dataset:
|
| 46 |
name: Robust Speech Event - Test Data
|
| 47 |
type: speech-recognition-community-v2/eval_data
|
| 48 |
args: uk
|
| 49 |
metrics:
|
| 50 |
+
- type: wer
|
|
|
|
| 51 |
value: 28.95
|
| 52 |
+
name: Test WER
|
| 53 |
---
|
| 54 |
|
| 55 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|