Training in progress, epoch 3 2eabc88 verified
Louis GERARD commited on
How to use alternis/gemma-text-to-sql with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("alternis/gemma-text-to-sql", dtype="auto")