Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
English
wav2vec2
voxpopuli
google/xtreme_s
Generated from Trainer
Instructions to use anton-l/xtreme_s_xlsr_300m_voxpopuli_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anton-l/xtreme_s_xlsr_300m_voxpopuli_en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="anton-l/xtreme_s_xlsr_300m_voxpopuli_en")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("anton-l/xtreme_s_xlsr_300m_voxpopuli_en") model = AutoModelForCTC.from_pretrained("anton-l/xtreme_s_xlsr_300m_voxpopuli_en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened 11 months ago
by
SFconvertbot
Problem while trying to launch xtreme_s_xlsr_300m_voxpopuli_en processor
#1 opened over 3 years ago
by
Caroline