update model ad63f5c
Kevin commited on
How to use kevinng77/text_to_sql_t5_distill with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("kevinng77/text_to_sql_t5_distill")
model = AutoModelForSeq2SeqLM.from_pretrained("kevinng77/text_to_sql_t5_distill", device_map="auto")