Instructions to use AtAndDev/UVOX-95k-Llama-3.2-1B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AtAndDev/UVOX-95k-Llama-3.2-1B-Instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AtAndDev/UVOX-95k-Llama-3.2-1B-Instruct", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "audio_context_size": 3000, | |
| "audio_padding": "longest", | |
| "audio_placeholder": "<|audio|>", | |
| "auto_map": { | |
| "AutoProcessor": "ultravox_processing.UltravoxProcessor" | |
| }, | |
| "encoder_ds_factor": 2, | |
| "processor_class": "UltravoxProcessor", | |
| "stack_factor": 8 | |
| } | |