Instructions to use ibm-granite/granite-speech-3.3-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibm-granite/granite-speech-3.3-8b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ibm-granite/granite-speech-3.3-8b")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ibm-granite/granite-speech-3.3-8b") model = AutoModelForSpeechSeq2Seq.from_pretrained("ibm-granite/granite-speech-3.3-8b") - Notebooks
- Google Colab
- Kaggle
Local Installation Video and Testing - Step by Step
#1
by fahdmirzac - opened
Hi,
Kudos on producing such a sublime model. I did a local installation and testing video :
https://youtu.be/cinhzvvhtxI?si=Bl5UsXT4gLtllOtZ
Thanks and regards,
Fahd
Hi Fahd,
Thank you for the excellent video and review, we enjoyed it very much!
George
Hi @gsaon , thanks for kind words. I also reviewed IBM's granite 8b model yesterday and looks quite good too :
https://www.youtube.com/watch?v=5n2pElFNnz0
How could I work more collaboratively with IBM for future coverage of these models as I believe that IBM's models and tools are quite underrated and I would love to cover them more. Thanks.
regards,
Fahd