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