fixie-ai/common_voice_17_0
Viewer • Updated • 11.4M • 63.4k • 18
How to use FriendliAI/ultravox-v0_4_1-mistral-nemo with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("FriendliAI/ultravox-v0_4_1-mistral-nemo", trust_remote_code=True, device_map="auto")
Refer to the license of the original model card.