added t5 tod 4afe741
taisazero commited on
How to use SoLID/sgd-t5-tod with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("SoLID/sgd-t5-tod")
model = AutoModelForSeq2SeqLM.from_pretrained("SoLID/sgd-t5-tod", device_map="auto")