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