Upload Gemma3ForConditionalGeneration 51bcf41 verified
Louis GERARD commited on
How to use alternis/gemma-desc2code with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("alternis/gemma-desc2code", dtype="auto")