Automatic Speech Recognition
Transformers
PyTorch
TensorFlow
JAX
Safetensors
whisper
audio
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use rishabhjain16/whisper-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rishabhjain16/whisper-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rishabhjain16/whisper-small")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("rishabhjain16/whisper-small") model = AutoModelForSpeechSeq2Seq.from_pretrained("rishabhjain16/whisper-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
972d91c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ea40d8f6c99cada3695b9ddec20d5ee228a58292650b79c94d8600f567bf9b37
size 967092419
|