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