1. 20 Apr, 2020 1 commit
  2. 06 Apr, 2020 1 commit
    • Ethan Perez's avatar
      Fix RoBERTa/XLNet Pad Token in run_multiple_choice.py (#3631) · e52d1258
      Ethan Perez authored
      * Fix RoBERTa/XLNet Pad Token in run_multiple_choice.py
      
      `convert_examples_to_fes atures` sets `pad_token=0` by default, which is correct for BERT but incorrect for RoBERTa (`pad_token=1`) and XLNet (`pad_token=5`). I think the other arguments to `convert_examples_to_features` are correct, but it might be helpful if someone checked who is more familiar with this part of the codebase.
      
      * Simplifying change to match recent commits
      e52d1258
  3. 01 Apr, 2020 1 commit
  4. 02 Mar, 2020 1 commit
  5. 28 Jan, 2020 1 commit
  6. 06 Jan, 2020 2 commits
  7. 23 Dec, 2019 1 commit
  8. 22 Dec, 2019 6 commits
  9. 21 Dec, 2019 1 commit
    • Aymeric Augustin's avatar
      Reformat source code with black. · fa84ae26
      Aymeric Augustin authored
      This is the result of:
      
          $ black --line-length 119 examples templates transformers utils hubconf.py setup.py
      
      There's a lot of fairly long lines in the project. As a consequence, I'm
      picking the longest widely accepted line length, 119 characters.
      
      This is also Thomas' preference, because it allows for explicit variable
      names, to make the code easier to understand.
      fa84ae26
  10. 03 Dec, 2019 1 commit
  11. 14 Nov, 2019 1 commit
  12. 12 Nov, 2019 1 commit
  13. 04 Nov, 2019 1 commit
  14. 08 Oct, 2019 1 commit
  15. 04 Oct, 2019 1 commit
  16. 03 Oct, 2019 1 commit
  17. 30 Sep, 2019 1 commit
  18. 26 Sep, 2019 1 commit
  19. 18 Sep, 2019 2 commits