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 15:11:29 +02:00
2019-07-16 16:10:58 +02:00
2019-07-16 09:41:55 +02:00
2019-07-16 09:41:55 +02:00
2019-07-16 09:41:55 +02:00
2019-07-16 11:51:13 +02:00
2019-07-16 09:41:55 +02:00
2019-07-16 09:41:55 +02:00
2019-07-16 09:41:55 +02:00
2019-07-16 09:41:55 +02:00
2019-07-17 18:12:01 +09:00
2019-07-16 21:35:53 +02:00
2019-07-16 15:31:21 +02:00
2019-07-16 15:31:21 +02:00
2019-07-11 12:03:08 +02:00
2019-07-16 15:31:21 +02:00
2019-07-16 15:41:57 +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
2019-07-22 20:49:09 +08:00
2019-07-15 17:30:42 +02:00
2019-07-15 17:30:42 +02:00
2019-07-16 15:11:29 +02:00
2019-07-16 15:11:29 +02:00
2019-07-16 15:11:29 +02:00
2019-07-16 09:41:55 +02:00