Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
hf-asr-leaderboard
robust-speech-event
Eval Results (legacy)
Instructions to use DrishtiSharma/wav2vec2-xls-r-300m-rm-sursilv-d11 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-sursilv-d11 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-sursilv-d11")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-rm-sursilv-d11") model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-rm-sursilv-d11") - Notebooks
- Google Colab
- Kaggle
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- rm-sursilv
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- automatic-speech-recognition
|
|
|
|
| 7 |
- robust-speech-event
|
| 8 |
datasets:
|
| 9 |
- mozilla-foundation/common_voice_8_0
|
|
@@ -12,7 +13,7 @@ metrics:
|
|
| 12 |
model-index:
|
| 13 |
- name: wav2vec2-xls-r-300m-rm-sursilv-d11
|
| 14 |
results:
|
| 15 |
-
- task:
|
| 16 |
type: automatic-speech-recognition
|
| 17 |
name: Speech Recognition
|
| 18 |
dataset:
|
|
@@ -20,13 +21,13 @@ model-index:
|
|
| 20 |
name: Common Voice 8
|
| 21 |
args: rm-sursilv
|
| 22 |
metrics:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
- task:
|
| 30 |
name: Automatic Speech Recognition
|
| 31 |
type: automatic-speech-recognition
|
| 32 |
dataset:
|
|
@@ -34,12 +35,12 @@ model-index:
|
|
| 34 |
type: speech-recognition-community-v2/dev_data
|
| 35 |
args: rm-sursilv
|
| 36 |
metrics:
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
---
|
| 44 |
|
| 45 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- rm-sursilv
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- automatic-speech-recognition
|
| 7 |
+
- hf-asr-leaderboard
|
| 8 |
- robust-speech-event
|
| 9 |
datasets:
|
| 10 |
- mozilla-foundation/common_voice_8_0
|
|
|
|
| 13 |
model-index:
|
| 14 |
- name: wav2vec2-xls-r-300m-rm-sursilv-d11
|
| 15 |
results:
|
| 16 |
+
- task:
|
| 17 |
type: automatic-speech-recognition
|
| 18 |
name: Speech Recognition
|
| 19 |
dataset:
|
|
|
|
| 21 |
name: Common Voice 8
|
| 22 |
args: rm-sursilv
|
| 23 |
metrics:
|
| 24 |
+
- type: wer
|
| 25 |
+
value: 0.24094169578811844
|
| 26 |
+
name: Test WER
|
| 27 |
+
- name: Test CER
|
| 28 |
+
type: cer
|
| 29 |
+
value: 0.049832791672554284
|
| 30 |
+
- task:
|
| 31 |
name: Automatic Speech Recognition
|
| 32 |
type: automatic-speech-recognition
|
| 33 |
dataset:
|
|
|
|
| 35 |
type: speech-recognition-community-v2/dev_data
|
| 36 |
args: rm-sursilv
|
| 37 |
metrics:
|
| 38 |
+
- name: Test WER
|
| 39 |
+
type: wer
|
| 40 |
+
value: NA
|
| 41 |
+
- name: Test CER
|
| 42 |
+
type: cer
|
| 43 |
+
value: NA
|
| 44 |
---
|
| 45 |
|
| 46 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|