How to use Jeethu/gemma-4-E2B-it-PARO with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Jeethu/gemma-4-E2B-it-PARO") model = AutoModelForImageTextToText.from_pretrained("Jeethu/gemma-4-E2B-it-PARO")