How to Get Started with the Model
Use the code below to get started with the model.
from transformers import pipeline
from transformers import WhisperForConditionalGeneration
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = WhisperProcessor.from_pretrained("openai/whisper-small", task="transcribe")
model = WhisperForConditionalGeneration.from_pretrained("famousdetectiveadrianmonk/whisper-small-nato-phoentic-alphabet")
- Downloads last month
- 8
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support