Instructions to use sagnikdas-ml/gemma-4-12B-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sagnikdas-ml/gemma-4-12B-it with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("sagnikdas-ml/gemma-4-12B-it") model = AutoModelForMultimodalLM.from_pretrained("sagnikdas-ml/gemma-4-12B-it", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K