VinAIResearch / PhoBERT

PhoBERT: Pre-trained language models for Vietnamese (EMNLP-2020 Findings)
MIT License
636 stars 92 forks source link

HFValidationError #45

Closed lttkien1511 closed 1 year ago

lttkien1511 commented 1 year ago

Hi, when I run my training code, I get this error: validationerror I ensure that I have pointed to the right path of the model in my server. Can you help me please?

datquocnguyen commented 1 year ago

self.tokenizer = AutoTokenizer.from_pretrained("vinai/phobert-base") i.e. use "vinai/phobert-base" instead of "bert_weight/phobert-base/vocab.txt"