Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Assamese
wav2vec2
mozilla-foundation/common_voice_8_0
Generated from Trainer
robust-speech-event
model_for_talk
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9") model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9") - Notebooks
- Google Colab
- Kaggle
Commit ·
dc11e1f
1
Parent(s): dd38d70
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
|
|
|
|
|
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 5 |
datasets:
|
| 6 |
- common_voice
|
| 7 |
model-index:
|
| 8 |
- name: wav2vec2-large-xls-r-300m-as-v9
|
| 9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- as
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
+
- automatic-speech-recognition
|
| 7 |
+
- mozilla-foundation/common_voice_8_0
|
| 8 |
- generated_from_trainer
|
| 9 |
+
- as
|
| 10 |
+
- robust-speech-event
|
| 11 |
+
- model_for_talk
|
| 12 |
datasets:
|
| 13 |
- common_voice
|
| 14 |
model-index:
|
| 15 |
- name: wav2vec2-large-xls-r-300m-as-v9
|
| 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: hsb
|
| 24 |
+
metrics:
|
| 25 |
+
- name: Test WER
|
| 26 |
+
type: wer
|
| 27 |
+
value: []
|
| 28 |
+
- name: Test CER
|
| 29 |
+
type: cer
|
| 30 |
+
value: []
|
| 31 |
---
|
| 32 |
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|