Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Hindi
wav2vec2
hf-asr-leaderboard
robust-speech-event
Eval Results (legacy)
Instructions to use DrishtiSharma/wav2vec2-large-xls-r-300m-hi-wx1 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-hi-wx1 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-hi-wx1")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-hi-wx1") model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-hi-wx1") - Notebooks
- Google Colab
- Kaggle
Commit ·
86ebf59
1
Parent(s): d06987d
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
-
-
|
|
|
|
| 5 |
datasets:
|
| 6 |
-
-
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: wav2vec2-large-xls-r-300m-hi-wx1
|
| 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 |
+
- hi
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
+
- automatic-speech-recognition
|
| 7 |
+
- robust-speech-event
|
| 8 |
datasets:
|
| 9 |
+
- mozilla-foundation/common_voice_7_0
|
| 10 |
+
metrics:
|
| 11 |
+
- wer
|
| 12 |
model-index:
|
| 13 |
- name: wav2vec2-large-xls-r-300m-hi-wx1
|
| 14 |
+
results:
|
| 15 |
+
- task:
|
| 16 |
+
type: automatic-speech-recognition
|
| 17 |
+
name: Speech Recognition
|
| 18 |
+
dataset:
|
| 19 |
+
type: mozilla-foundation/common_voice_7_0
|
| 20 |
+
name: Common Voice 7
|
| 21 |
+
args: hi
|
| 22 |
+
metrics:
|
| 23 |
+
- type: wer
|
| 24 |
+
value: []
|
| 25 |
+
name: Test WER
|
| 26 |
+
- name: Test CER
|
| 27 |
+
type: cer
|
| 28 |
+
value: []
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|