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