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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3 opened about 1 year ago
by
SFconvertbot