Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
mozilla-foundation/common_voice_8_0
Generated from Trainer
rm-vallader
robust-speech-event
model_for_talk
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use DrishtiSharma/wav2vec2-xls-r-300m-rm-vallader-d1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DrishtiSharma/wav2vec2-xls-r-300m-rm-vallader-d1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="DrishtiSharma/wav2vec2-xls-r-300m-rm-vallader-d1")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-rm-vallader-d1") model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-rm-vallader-d1") - Notebooks
- Google Colab
- Kaggle
Commit ·
75507d5
1
Parent(s): 5040a41
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,12 +6,28 @@ tags:
|
|
| 6 |
- automatic-speech-recognition
|
| 7 |
- mozilla-foundation/common_voice_8_0
|
| 8 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 9 |
datasets:
|
| 10 |
- common_voice
|
| 11 |
model-index:
|
| 12 |
-
- name:
|
| 13 |
-
results:
|
| 14 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
|
| 6 |
- automatic-speech-recognition
|
| 7 |
- mozilla-foundation/common_voice_8_0
|
| 8 |
- generated_from_trainer
|
| 9 |
+
- rm-vallader
|
| 10 |
+
- robust-speech-event
|
| 11 |
+
- model_for_talk
|
| 12 |
datasets:
|
| 13 |
- common_voice
|
| 14 |
model-index:
|
| 15 |
+
- name: XLS-R-300M - Tatar
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
name: Automatic Speech Recognition
|
| 19 |
+
type: automatic-speech-recognition
|
| 20 |
+
dataset:
|
| 21 |
+
name: Common Voice 7
|
| 22 |
+
type: mozilla-foundation/common_voice_8_0
|
| 23 |
+
args: rm-vallader
|
| 24 |
+
metrics:
|
| 25 |
+
- name: Test WER
|
| 26 |
+
type: wer
|
| 27 |
+
value: 0.26472007722007723
|
| 28 |
+
- name: Test CER
|
| 29 |
+
type: cer
|
| 30 |
+
value: 0.05860608074430969
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 33 |
should probably proofread and complete it, then remove this comment. -->
|