Instructions to use maitrix-org/Voila-Tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maitrix-org/Voila-Tokenizer with Transformers:
# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("maitrix-org/Voila-Tokenizer") model = AutoModel.from_pretrained("maitrix-org/Voila-Tokenizer") - Notebooks
- Google Colab
- Kaggle
Change pipeline tag to audio-text-to-text
#1
by nielsr HF Staff - opened
This PR updates the pipeline tag from audio-to-audio to audio-text-to-text to accurately reflect the model's functionality, as it accepts both audio and text as input and generates audio.