Views
No views yet
google/gemma-3-4b-it, fine-tuned on 2,000 gold-labelled driving-scene VQA examples. The adapter uses the language-model projection layers while leaving the vision tower frozen.inference.py --help. The input CSV requires question_id and question; the image parquet must contain the selected join column and an images column.python inference.py --adapter dikshant0520/gemma-3-4b-it-pure-gold-baseline3-lora --input-csv evaluation.csv --image-parquet images.parquet --output-csv predictions.csv