1. 23 Jul, 2019 3 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. 17 Jul, 2019 1 commit
  4. 16 Jul, 2019 8 commits
  5. 15 Jul, 2019 16 commits
  6. 14 Jul, 2019 1 commit
  7. 13 Jul, 2019 1 commit
  8. 12 Jul, 2019 5 commits
  9. 11 Jul, 2019 3 commits