Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Hindi
whisper
hf-asr-leaderboard
Generated from Trainer
Eval Results (legacy)
Instructions to use korbih/whisper-small-hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use korbih/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="korbih/whisper-small-hi")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("korbih/whisper-small-hi") model = AutoModelForSpeechSeq2Seq.from_pretrained("korbih/whisper-small-hi") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
689912e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:95e2c485cf4409fa00a45fdfea006abb8cb6c857a954ff33b5df7915bab8177c
size 5048
|