Audio-to-Audio
Transformers
Safetensors
llama
audio
audio-language-model
speech-recognition
audio-understanding
text-to-speech
speech-conversation
end-to-end
text-generation-inference
Instructions to use maitrix-org/Voila-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maitrix-org/Voila-chat with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("maitrix-org/Voila-chat") model = AutoModel.from_pretrained("maitrix-org/Voila-chat") - Notebooks
- Google Colab
- Kaggle
Thank you for making this excellent model available to the community.
#2
by datajuny777 - opened
Could you please specify which base LLM was used as the backbone in Voila?