Syntax-MBERT
Syntax-MBERT copied to clipboard
fix untils_classify.py the assert bug
hello, I found when use the syntax, the origin code is to early to assert, and the pos_tag_ids should be padding first like the input_ids, the assert assert len(input_ids) == len(pos_tag_ids). Or it went wrong.