Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Marathi
wav2vec2
mozilla-foundation/common_voice_8_0
robust-speech-event
Generated from Trainer
hf-asr-leaderboard
Instructions to use StephennFernandes/XLS-R-marathi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StephennFernandes/XLS-R-marathi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="StephennFernandes/XLS-R-marathi")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("StephennFernandes/XLS-R-marathi") model = AutoModelForCTC.from_pretrained("StephennFernandes/XLS-R-marathi") - Notebooks
- Google Colab
- Kaggle
Commit ·
d4bce89
1
Parent(s): b2aa4ce
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ license: apache-2.0
|
|
| 5 |
tags:
|
| 6 |
- automatic-speech-recognition
|
| 7 |
- mozilla-foundation/common_voice_8_0
|
|
|
|
| 8 |
- generated_from_trainer
|
| 9 |
model-index:
|
| 10 |
- name: XLS-R-marathi
|
|
|
|
| 5 |
tags:
|
| 6 |
- automatic-speech-recognition
|
| 7 |
- mozilla-foundation/common_voice_8_0
|
| 8 |
+
- robust-speech-event
|
| 9 |
- generated_from_trainer
|
| 10 |
model-index:
|
| 11 |
- name: XLS-R-marathi
|