AI SeedbankHelp preserve open and free AI for humanity's future

← All models

fixie-ai_ultravox-v0_5-llama-3_2-1b

fixie-ai · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language:

  • ar
  • be
  • bg
  • bn
  • cs
  • cy
  • da
  • de
  • el
  • en
  • es
  • et
  • fa
  • fi
  • fr
  • gl
  • hi
  • hu
  • it
  • ja
  • ka
  • lt
  • lv
  • mk
  • mr
  • nl
  • pl
  • pt
  • ro
  • ru
  • sk
  • sl
  • sr
  • sv
  • sw
  • ta
  • th
  • tr
  • uk
  • ur
  • vi
  • zh library_name: transformers license: mit metrics:
  • bleu pipeline_tag: audio-text-to-text

Model Card for Ultravox

Ultravox is a multimodal Speech LLM built around a pretrained Llama3.2-1B-Instruct and whisper-large-v3-turbo backbone.

See https://ultravox.ai for the GitHub repo and more information.

Model Details

Model Description

Ultravox is a multimodal model that can consume both speech and text as input (e.g., a text system prompt and voice user message). The input to the model is given as a text prompt with a special <|audio|> pseudo-token, and the model processor will replace this magic token with embeddings derived from the input audio. Using the merged embeddings as input, the model will then generate output text as usual.

In a future revision of Ultravox, we plan to expand the token vocabulary to support generation of semantic and acoustic audio tokens, which can then be fed to a vocoder to produce voice output. No preference tuning has been applied to this revision of the model.

  • Developed by: Fixie.ai
  • License: MIT

Model Sources

  • Repository: https://ultravox.ai
  • Demo: See repo

Usage

Think of the model as an LLM that can also hear and understand speech. As such, it can be used as a voice agent, and also to do speech-to-speech translation, analysis of spoken audio, etc.

To use the model, try the following:

# pip install transformers peft librosa

import transformers
import numpy as np
import librosa

pipe = transformers.pipeline(model='fixie-ai/ultravox-v0_5-llama-3_2-1b', trust_remote_code=True)

path = "<path-to-input-audio>"  # TODO: pass the audio here
audio, sr = librosa.load(path, sr=16000)


turns = [
  {
    "role": "system",
    "content": "You are a friendly and helpful character. You love to answer questions for people."
  },
]
pipe({'audio': audio, 'turns': turns, 'sampling_rate': sr}, max_new_tokens=30)

Training Details

The model uses a pre-trained Llama3.2-1B-Instruct backbone as well as the encoder part of whisper-large-v3-turbo.

The multi-modal adapter is trained, the Whisper encoder is fine-tuned, while the Llama model is kept frozen.

We use a knowledge-distillation loss where Ultravox is trying to match the logits of the text-based Llama backbone.

Training Data

The training dataset is a mix of ASR datasets, extended with continuations generated by Llama 3.1 8B, and speech translation datasets, which yield a modest improvement in translation evaluations.

Training Procedure

Supervised speech instruction finetuning via knowledge-distillation. For more info, see training code in Ultravox repo.

Training Hyperparameters

  • Training regime: BF16 mixed precision training
  • Hardward used: 8x H100 GPUs

Speeds, Sizes, Times

Check out the audio tab on TheFastest.ai for daily benchmarks and a comparison with other existing models.

Evaluation

Ultravox 0.5 1b Ultravox 0.5 8B Ultravox 0.5 70B
covost2 en_ar 1.55 12.99 20.21
covost2 en_ca 8.06 31.54 40.01
covost2 en_de 14.21 28.70 34.53
covost2 es_en 24.97 40.19 43.29
covost2 ru_en 24.12 42.13 48.99
covost2 zh_en 4.76 17.22 21.37
big bench audio 39.14 66.54 82.70

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:8846f3745b73a153c66b5c65617fe0d2e14604f8&dn=fixie-ai_ultravox-v0_5-llama-3_2-1b

Open magnet in torrent client · infohash 8846f3745b73a153c66b5c65617fe0d2e14604f8

Files & hashes

PathSizesha1sha256
README.md3.8 KB (3,889 B)520dc1f49e0d4790c5778b83ad0d9dbe481475a2df26acf1bfdc69b72b74dfd787c1c4d23901bf3295a1be4c20600a313662b969
config.json2.1 KB (2,151 B)fa019404759684c5d288e3e314b34a6ca3d5931f103cff0cf245b20a640c9d8d19c769a74fae74fa227436c4f6d8082aad71db7e
generation_config.json181 B (181 B)86ac64da556c4b05c97f9dab951b58fd975cd6e4608034043dc3b1b535451c6890a03ede023f74dd6b7a2971da7ce7aed1d38c83
model.safetensors1.27 GB (1,366,293,736 B)7abe6af8d316ce93eb60670aac8e03c96336584af3a3bf7e9137f3219a0d27ba71668deeee8c60aaf0ea587b48d8f71178763f31
preprocessor_config.json339 B (339 B)91876762a536a746d268353c5cba57286e76b058a6a76d28c93edb273669eb9e0b0636a2bddbb1272c3261e47b7ca6dfdbac1b8d
processor_config.json270 B (270 B)aa9af8403fd01355f1ceffd7f212d8100bca8aea314807afc2bde10491ca44a9c3ad163f31b694328d0026ea102187538f2fe40b
special_tokens_map.json619 B (619 B)cdf2099eede6a4e43f4ecbd9d056b34eb2bbc4a49ed9adc740c3a05f3cec3afff1e10046233e7b250e62f0ba6c2c52d019502f4c
tokenizer.json16.4 MB (17,210,106 B)f80bac8da024c292212657b6a564ba1f329e7bbde87771bfea74770d36a1432b5f9ba6d7f611d33fb63681d10c2479540c1591f8
tokenizer_config.json53.5 KB (54,813 B)a6a4b2ccf2a8a7c7cce1d1acf189608de2b9e91a555b6b2922ea3f63181f0381247ea24166f97e6ea27614430dbf44ba21169ea7
ultravox_config.py6.9 KB (7,057 B)0477eadefa2ec2d533500988a27119f1134faafb99cf5ad911189f2351c2232234025db56b23763283583c0a848ebf2a1ecc40fc
ultravox_model.py40.6 KB (41,578 B)81148a2057615b68ecf662b2912bd0c83a3b0936df618218561375da01bb53bd2764ea123e0cbf782f3326753f669f63ff6c6d3f
ultravox_pipeline.py4.6 KB (4,681 B)54d1f3cd9a55800d7aa26b491e7b87acfccb8894edb5cd5bc802c1b3c10efe001dbdfc3bcfbd31359529e71e89a48812b84c023a
ultravox_processing.py16.7 KB (17,087 B)5f469636a6f78774e43e7bf310237baf42629fe22ae6682f3deecb22539fae6a6631688fc1675282f1a5b31145d9f95d2347ff7b

Cite this release

Canonical URL
https://aiseedbank.org/models/fixie-ai_ultravox-v0_5-llama-3_2-1b/
Slug
fixie-ai_ultravox-v0_5-llama-3_2-1b
Infohash
8846f3745b73a153c66b5c65617fe0d2e14604f8
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: fixie-ai_ultravox-v0_5-llama-3_2-1b.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryfixie-ai/ultravox-v0_5-llama-3_2-1b
Revision (pinned)b95bec8ab291eeb04b5cd600dd473377f6b79026
Fetched at2026-09-03T23:02:29Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T23:02:49Z

mit1.29 GB (1,383,636,507 bytes)transformerssafetensorsultravoxfeature-extractionaudio-text-to-textcustom_code42 languages (ar, be, bg …)