initial commit 45f6c49 verified
Tran Hung Phong commited on
How to use hungphongtrn/bartpho-syllable with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("hungphongtrn/bartpho-syllable")
model = AutoModelForSeq2SeqLM.from_pretrained("hungphongtrn/bartpho-syllable")