Automatic Speech Recognition
Transformers
PyTorch
Marathi
mozilla-foundation/common_voice_8_0
openslr
Generated from Trainer
robust-speech-event
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use smangrul/xls-r-mr-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use smangrul/xls-r-mr-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="smangrul/xls-r-mr-model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("smangrul/xls-r-mr-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle