How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="minpeter/Voxtral-Mini-3B-Text-2507")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("minpeter/Voxtral-Mini-3B-Text-2507", dtype="auto")
Quick Links

This is a version of Voxtral-Mini-3B-2507 that removes the whisper feature and retains only the language model functionality.
It is similar to the unreleased "Ministral-3B-Instruct" model.

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for minpeter/Voxtral-Mini-3B-Text-2507

Finetuned
(17)
this model