Automatic Speech Recognition
Transformers
PyTorch
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use ruisp/whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruisp/whisper-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ruisp/whisper-tiny")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ruisp/whisper-tiny") model = AutoModelForSpeechSeq2Seq.from_pretrained("ruisp/whisper-tiny") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 37bc3c4a9075fc03041784a01a85fc4dc6606f75d8e46f58bc391f398ebde586
- Size of remote file:
- 151 MB
- SHA256:
- 41c420256b1bea6090acef63e148e5fe101295dac40370f0d10317b7bd0e71f4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.