Instructions to use ontocord/whisper-large-v3-decoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ontocord/whisper-large-v3-decoder with Transformers:
# Load model directly from transformers import AutoProcessor, WhisperDecoder processor = AutoProcessor.from_pretrained("ontocord/whisper-large-v3-decoder") model = WhisperDecoder.from_pretrained("ontocord/whisper-large-v3-decoder") - Notebooks
- Google Colab
- Kaggle