Instructions to use amalia-llm/AMALIA-speech-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amalia-llm/AMALIA-speech-encoder with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperEncoder processor = AutoProcessor.from_pretrained("amalia-llm/AMALIA-speech-encoder") model = WhisperEncoder.from_pretrained("amalia-llm/AMALIA-speech-encoder") - Notebooks
- Google Colab
- Kaggle
Ctrl+K