1. 23 Jul, 2019 9 commits
  2. 22 Jul, 2019 2 commits
    • Yiqing-Zhou's avatar
      fix · bef0c629
      Yiqing-Zhou authored
      Remove '\n' before adding token into vocab
      bef0c629
    • Yiqing-Zhou's avatar
      read().splitlines() -> readlines() · 897d0841
      Yiqing-Zhou authored
      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.
      897d0841
  3. 21 Jul, 2019 2 commits
  4. 20 Jul, 2019 1 commit
  5. 18 Jul, 2019 6 commits
  6. 17 Jul, 2019 7 commits
  7. 16 Jul, 2019 13 commits