Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use eljandoubi/whisper-tiny-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eljandoubi/whisper-tiny-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="eljandoubi/whisper-tiny-en")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("eljandoubi/whisper-tiny-en") model = AutoModelForSpeechSeq2Seq.from_pretrained("eljandoubi/whisper-tiny-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, step 500 7f6c0af
Training in progress, step 200 a9b5032
Training in progress, step 150 29d5203
Training in progress, step 100 26fc35a
Training in progress, step 50 185459e
Training in progress, step 500 45772ce
initial commit bae89d6
abdelkarim commited on