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