Transformers How to use hyunjongkimmath/notation_summarizations_with_context_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("hyunjongkimmath/notation_summarizations_with_context_model")
model = AutoModelForSeq2SeqLM.from_pretrained("hyunjongkimmath/notation_summarizations_with_context_model")