Transformers How to use pszemraj/distill-pegasus-CompMath with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("pszemraj/distill-pegasus-CompMath")
model = AutoModelForSeq2SeqLM.from_pretrained("pszemraj/distill-pegasus-CompMath")