Syntax-MBERT
Syntax-MBERT copied to clipboard
Official code of our work, Syntax-augmented Multilingual BERT for Cross-lingual Transfer [ACL 2021].
Results
1
Syntax-MBERT issues
Sort by
recently updated
recently updated
newest added
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) ==...