yzhangcs / parser

:rocket: State-of-the-art parsers for natural language.
https://parser.yzhang.site/
MIT License
827 stars 139 forks source link

stride=256 too big for bert-small #86

Closed KoichiYasuoka closed 2 years ago

KoichiYasuoka commented 2 years ago

stride=256 is too big for bert-small models whose max_len goes to 126.

yzhangcs commented 2 years ago

Thank you!