Automatic Speech Recognition
Transformers
ONNX
English
onnxruntime
speech
asr
granite
ibm
quantized
int8
fp16
Instructions to use smcleod/ibm-granite-speech-4.1-2b-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use smcleod/ibm-granite-speech-4.1-2b-onnx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="smcleod/ibm-granite-speech-4.1-2b-onnx")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("smcleod/ibm-granite-speech-4.1-2b-onnx", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K