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