End of training 313b560 verified
Hoang Pham commited on
How to use hoganpham/my_first_summarization_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("hoganpham/my_first_summarization_model")
model = AutoModelForSeq2SeqLM.from_pretrained("hoganpham/my_first_summarization_model")