Merge branch 'main' of https://huggingface.co/krotima1/mbart-ht2a-s into main ca26836
krotima1 commited on
How to use krotima1/mbart-ht2a-s with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("krotima1/mbart-ht2a-s")
model = AutoModelForSeq2SeqLM.from_pretrained("krotima1/mbart-ht2a-s", device_map="auto")