Image-Text-to-Text
PEFT
Safetensors
English
gemma3
chart-qa
visual-question-answering
multimodal
lora
gemma
data-visualization
conversational
Instructions to use vinod-anbalagan/gridline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vinod-anbalagan/gridline with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/gemma-3-27b-it-VLM") model = PeftModel.from_pretrained(base_model, "vinod-anbalagan/gridline") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!