Instructions to use fixie-ai/ultravox-v0_7-glm-4_6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fixie-ai/ultravox-v0_7-glm-4_6 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_7-glm-4_6", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -122,11 +122,14 @@ Evaluations are conducted [big bench audio](https://huggingface.co/blog/big-benc
|
|
| 122 |
| **covost2 zh_en** | **23.85** | 17.81 | 20.88 | 22.24 |
|
| 123 |
| **librispeech** | **2.28** | 2.55 | 2.73 | 2.88 |
|
| 124 |
|
| 125 |
-
|
| 126 |
-
VoiceBench
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
| **covost2 zh_en** | **23.85** | 17.81 | 20.88 | 22.24 |
|
| 123 |
| **librispeech** | **2.28** | 2.55 | 2.73 | 2.88 |
|
| 124 |
|
| 125 |
+
Note that custom system prompts are used with v0_7-glm-4_6 on VoiceBench and BigBenchAudio:
|
| 126 |
+
- VoiceBench in both reasoning and non-reasoning modes:
|
| 127 |
+
```
|
| 128 |
+
You are a helpful assistant. When answering questions:
|
| 129 |
+
For multiple choice questions (A/B/C/D options):
|
| 130 |
+
End your response with "The answer is [X]" where X is the letter (A, B, C, or D)
|
| 131 |
+
```
|
| 132 |
+
- BigBenchAudio in non-reasoning mode:
|
| 133 |
+
```
|
| 134 |
+
You are a helpful assistant. Answer the question at the end of your response.
|
| 135 |
+
```
|