upload model files 20e8384
mind-yi commited on
How to use NUSTM/restaurant-t5-base with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("NUSTM/restaurant-t5-base")
model = AutoModelForSeq2SeqLM.from_pretrained("NUSTM/restaurant-t5-base")