Model Details
Full Model IDopenai/whisper-base
Pipeline / Taskautomatic-speech-recognition
Librarytransformers
Downloads (all-time)1.8M
Likes264
Last Modified2/29/2024
Author / Orgopenai
PrivateNo — public
⚡ Quick Usage (Python)
Using the 🤗 Transformers library. Install with pip install transformers
from transformers import pipeline
# Load the model
pipe = pipeline("automatic-speech-recognition", model="openai/whisper-base")
# Run inference
result = pipe("Your input here")
print(result)🏷️ Tags
transformerspytorchtfjaxsafetensorswhisperautomatic-speech-recognitionaudiohf-asr-leaderboardenzhdeesrukofrjapttrplcanlarsvitidhifivihe
More Speech Recognition Models
See all →🚀 Use This Model
Access model files, inference API, and full documentation on Hugging Face.
Open on Hugging Face →Browse Model Files ↗← Browse All Models🎙️ Task: Speech Recognition
This model is designed for the Speech Recognition task. Explore more models for this use case.
All Speech Recognition Models →📊 Popularity
⬇ Downloads1.8M
❤️ Community Likes264
🛠️ Requirements
- →Install: pip install transformers
- →Python 3.8+ recommended for Transformers.
- →GPU (CUDA) speeds up inference significantly.
- →Use model.half() for fp16 on limited VRAM.