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