Instructions to use fnruha0921/gemma-4-12B-it-temp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fnruha0921/gemma-4-12B-it-temp with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("fnruha0921/gemma-4-12B-it-temp") model = AutoModelForMultimodalLM.from_pretrained("fnruha0921/gemma-4-12B-it-temp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "image_seq_length": 256, | |
| "processor_class": "Gemma3Processor" | |
| } | |