Instructions to use dmmagdal/whisper-tiny-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dmmagdal/whisper-tiny-onnx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="dmmagdal/whisper-tiny-onnx")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("dmmagdal/whisper-tiny-onnx") model = AutoModelForSpeechSeq2Seq.from_pretrained("dmmagdal/whisper-tiny-onnx", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3f85914 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e08bebf8d6cb8c930714ec015a99ab689ccb0fda084ff0947a4800a492409b74
size 198049775
|