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