Instructions to use Matir/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 Matir/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="Matir/granite-speech-4.1-2b-plus")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Matir/granite-speech-4.1-2b-plus") model = AutoModelForMultimodalLM.from_pretrained("Matir/granite-speech-4.1-2b-plus", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
d383cb8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:af45105ba955e3a796f39c3cddc6feae9fb4696b46e99f18355df9d7c8bdb0ba
size 1992505016
|