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