Training in progress, epoch 50 659f094 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")