Files
HuggingFace_transformer/pytorch_transformers
Yiqing-Zhou 897d0841be 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.
2019-07-22 20:49:09 +08:00
..
2019-07-16 16:10:58 +02:00
2019-07-17 18:12:01 +09:00
2019-07-16 15:31:21 +02:00
2019-07-16 15:31:21 +02:00
2019-07-16 15:31:21 +02:00
2019-07-16 15:31:21 +02:00
2019-07-16 15:31:21 +02:00
2019-07-15 13:49:07 +02:00