R-BERT icon indicating copy to clipboard operation
R-BERT copied to clipboard

how can i train the R-bert in chinese dataset?

Open tyistyler opened this issue 4 years ago • 1 comments

Excuse me, when I train the R-bert in chinese dataset, it shows the error-->'list index out of range',because the result.txt in eval is empty, so i want to know if the official_eval.py can test the chinese data? if not, could u give me some advices? Thanks a lot!!

tyistyler avatar Jul 14 '20 14:07 tyistyler

中英文的处理方式都不同吧,英文的需要wordpiece,中文直接按字切分就好

wangguanhua avatar Jul 18 '20 14:07 wangguanhua