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
is this model finetuned version of voxtral?
#1
by junujunu - opened
Im looking for train script to finetune voxtral models
Im looking for train script to finetune voxtral models
Yea this is finetuned model, finetuning code && notebook will be released soon in unsloth repo
could i use the finetunning code now to train in my own lang?
Hi guys! Any news on this?