Instructions to use mskov/whisper-small-esc50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mskov/whisper-small-esc50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="mskov/whisper-small-esc50")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("mskov/whisper-small-esc50") model = AutoModelForSpeechSeq2Seq.from_pretrained("mskov/whisper-small-esc50", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
685b74a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7b4a92351711becc1a8bfedbb646a3f1b8110e8c1feac722740bdc7acf3dbff2
size 967102601
|