Transformers How to use jaimin/T5-ParaPhrase-Pytorch-Lightning with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("jaimin/T5-ParaPhrase-Pytorch-Lightning")
model = AutoModelForSeq2SeqLM.from_pretrained("jaimin/T5-ParaPhrase-Pytorch-Lightning")