Whisper Base Placeholder (ASR Fine-Tuning Demo)

This repo temporarily hosts the OpenAI Whisper Base model for testing the ASR demo Space. It will later be replaced by my fine-tuned checkpoint.

πŸͺ„ Usage

from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="openai/whisper-base")
result = pipe("sample.wav")
print(result["text"])
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support