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