How to use GeorgiaTech/t5-small-finetuned with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("GeorgiaTech/t5-small-finetuned") model = AutoModelForSeq2SeqLM.from_pretrained("GeorgiaTech/t5-small-finetuned")