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")