Skip to content

Tags: fixie-ai/ultravox

Tags

v0.6

Toggle v0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add voicebench evaluation suite https://github.com/MatthewCYM/VoiceBench

 (#312)

This merge brings Voicebench eval pipeline into the main repository. To run this eval, use 
poetry run python -m ultravox.evaluation.eval --config_path ultravox/evaluation/configs/eval_config_voicebench.yaml

v0.5

Toggle v0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update ultravox model and config for v0.5 (#276)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add whisper masking (#146)

- Added masking in whisper encoder to ensure consistency in training and inference.
- Simplified release_config.yaml to serve as an example configuration.

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make v0.4 release (#99)

Two changes for training the ultravox v0.4 model:
- Update the speech transcription instructions
- Update the training config file to include more training data

Co-authored-by: Zhongqiang Huang <[email protected]>

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update default config to ultravox_v0.3 (#84)

Add a release configuration to train `ultravox-v0_3` (https://huggingface.co/fixie-ai/ultravox-v0_3). Simply run 
`mcli run -f mcloud.yaml --follow` after following the instructions in README.md