Instructions to use fixie-ai/ultravox-v0_4_1-llama-3_1-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fixie-ai/ultravox-v0_4_1-llama-3_1-8b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_4_1-llama-3_1-8b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,7 @@ library_name: transformers
|
|
| 27 |
license: mit
|
| 28 |
metrics:
|
| 29 |
- bleu
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
# Model Card for Ultravox
|
|
@@ -120,4 +121,4 @@ Check out the audio tab on [TheFastest.ai](https://thefastest.ai/?m=audio) for d
|
|
| 120 |
| **es_en** | 37.11 | 39.16 |
|
| 121 |
| **ru_en** | 38.96 | 39.65 |
|
| 122 |
| **en_ca** | 27.46 | 29.94 |
|
| 123 |
-
| **zh_en** | 10.08 | 14.55 |
|
|
|
|
| 27 |
license: mit
|
| 28 |
metrics:
|
| 29 |
- bleu
|
| 30 |
+
pipeline_tag: audio-text-to-text
|
| 31 |
---
|
| 32 |
|
| 33 |
# Model Card for Ultravox
|
|
|
|
| 121 |
| **es_en** | 37.11 | 39.16 |
|
| 122 |
| **ru_en** | 38.96 | 39.65 |
|
| 123 |
| **en_ca** | 27.46 | 29.94 |
|
| 124 |
+
| **zh_en** | 10.08 | 14.55 |
|