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")
The community tab is the place to discuss and collaborate with the HF community!