Instructions to use WillHeld/levanter-whisper-tiny-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WillHeld/levanter-whisper-tiny-librispeech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="WillHeld/levanter-whisper-tiny-librispeech")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("WillHeld/levanter-whisper-tiny-librispeech") model = AutoModelForSpeechSeq2Seq.from_pretrained("WillHeld/levanter-whisper-tiny-librispeech") - Notebooks
- Google Colab
- Kaggle
Commit History
WIP 3157966
Helw150 commited on
WIP 028f086
Helw150 commited on
Merge branch 'main' of hf.co:WillHeld/levanter-whisper-tiny-librispeech d97bfa8
Helw150 commited on
WIP e5139d7
Helw150 commited on
Update config.json 444afe7 verified
Update config.json 86ea090 verified
WIP a478982
Helw150 commited on
WIP 373e355
Helw150 commited on
Size 4ecbc1e
Helw150 commited on
Trainer 2 2a457f2
Helw150 commited on
Preprocessor Config 7d82ca9
Helw150 commited on
Levanter Train 215a761
Helw150 commited on