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