add pt model 7e1ec3b
krotima1 commited on
How to use krotima1/mbart-at2h-s with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("krotima1/mbart-at2h-s")
model = AutoModelForSeq2SeqLM.from_pretrained("krotima1/mbart-at2h-s")