Instructions to use ibm-granite/granite-speech-4.1-2b-plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibm-granite/granite-speech-4.1-2b-plus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ibm-granite/granite-speech-4.1-2b-plus")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ibm-granite/granite-speech-4.1-2b-plus") model = AutoModelForMultimodalLM.from_pretrained("ibm-granite/granite-speech-4.1-2b-plus", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Unstable behavior in SAA mode on French conversational audio — wrong-language hallucination and repetitive loop generation
5
#7 opened 3 months ago
by
KiraGrudinina
Does it support Chinese transcription?
1
#6 opened 3 months ago
by
win10
GGUF + pure-C++ runtime in CrispASR — Granite 4.1-2B-Plus on the GPU graph
🔥 4
#3 opened 5 months ago
by
cstr