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