1. 21 Jul, 2020 13 commits
  2. 20 Jul, 2020 17 commits
  3. 18 Jul, 2020 8 commits
  4. 17 Jul, 2020 2 commits
    • Teven's avatar
      Revert "XLNet `use_cache` refactor (#5770)" (#5854) · 615be03f
      Teven authored
      This reverts commit 0b2da0e5.
      615be03f
    • Teven's avatar
      XLNet `use_cache` refactor (#5770) · 0b2da0e5
      Teven authored
      Slightly breaking change, changes functionality for `use_cache` in XLNet: if use_cache is True and mem_len is 0 or None (which is the case in the base model config), the model behaves like GPT-2 and returns mems to be used as past in generation. At training time `use_cache` is overriden and always True.
      0b2da0e5