Instructions to use elyx/julien with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elyx/julien with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="elyx/julien", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("elyx/julien", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "audio_padding": "longest", | |
| "audio_placeholder": "<|audio|>", | |
| "auto_map": { | |
| "AutoProcessor": "processor.UltravoxProcessor" | |
| }, | |
| "encoder_ds_factor": 320, | |
| "processor_class": "UltravoxProcessor", | |
| "stack_factor": 8 | |
| } | |