Training in progress, epoch 1 f739542 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")