Automatic Speech Recognition
PEFT
Safetensors
audio
lora
voxtral
voxtral-realtime
affect-tagging
expressive-tags
half-duplex
elevenlabs-tags
Instructions to use YongkangZOU/evoxtral-realtime-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use YongkangZOU/evoxtral-realtime-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Voxtral-Mini-4B-Realtime-2602") model = PeftModel.from_pretrained(base_model, "YongkangZOU/evoxtral-realtime-sft") - Notebooks
- Google Colab
- Kaggle
finetuning guide
#1
by Okietrained - opened