Audio-Text-to-Text
Transformers
Safetensors
Russian
English
borealis
feature-extraction
audio
speech
multimodal
whisper
qwen
custom_code
Instructions to use Vikhrmodels/Borealis-5b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vikhrmodels/Borealis-5b-it with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vikhrmodels/Borealis-5b-it", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Model forward function request
#1 opened 6 months ago
by
Chemical118