"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "9b6e3b34d9fff2ca5868371c48e4a2da0dd69c33"
read().splitlines() -> readlines()
splitlines() does not work as what we expect here for bert-base-chinese because there is a '\u2028' (unicode line seperator) token in vocab file. Value of '\u2028'.splitlines() is ['', '']. Perhaps we should use readlines() instead.
Showing
Please register or sign in to comment