Automatic Speech Recognition
Transformers
Safetensors
English
voxtral
text-generation-inference
unsloth
trl
sft
Instructions to use Etherll/voxtral-asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Etherll/voxtral-asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Etherll/voxtral-asr")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Etherll/voxtral-asr") model = AutoModelForMultimodalLM.from_pretrained("Etherll/voxtral-asr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Gated model You can list files but not access them
Preview of files found in this repository