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