1. 01 Jun, 2020 1 commit
  2. 28 May, 2020 1 commit
  3. 29 Apr, 2020 1 commit
    • Julien Chaumond's avatar
      CDN urls (#4030) · 455c6390
      Julien Chaumond authored
      * [file_utils] use_cdn + documentation
      
      * Move to cdn. urls for weights
      
      * [urls] Hotfix for bert-base-japanese
      455c6390
  4. 16 Apr, 2020 1 commit
  5. 13 Feb, 2020 1 commit
  6. 04 Feb, 2020 1 commit
  7. 03 Feb, 2020 1 commit
    • Lysandre's avatar
      [Follow up 213] · 239dd23f
      Lysandre authored
      Masked indices should have -1 and not -100. Updating documentation + scripts that were forgotten
      239dd23f
  8. 23 Jan, 2020 5 commits
  9. 15 Jan, 2020 1 commit
  10. 07 Jan, 2020 2 commits
  11. 06 Jan, 2020 2 commits
  12. 22 Dec, 2019 7 commits
  13. 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
  14. 13 Dec, 2019 1 commit
  15. 10 Dec, 2019 1 commit
  16. 06 Dec, 2019 1 commit
    • Aymeric Augustin's avatar
      Remove dependency on pytest for running tests (#2055) · 35401fe5
      Aymeric Augustin authored
      * Switch to plain unittest for skipping slow tests.
      
      Add a RUN_SLOW environment variable for running them.
      
      * Switch to plain unittest for PyTorch dependency.
      
      * Switch to plain unittest for TensorFlow dependency.
      
      * Avoid leaking open files in the test suite.
      
      This prevents spurious warnings when running tests.
      
      * Fix unicode warning on Python 2 when running tests.
      
      The warning was:
      
          UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
      
      * Support running PyTorch tests on a GPU.
      
      Reverts 27e015bd.
      
      * Tests no longer require pytest.
      
      * Make tests pass on cuda
      35401fe5
  17. 05 Nov, 2019 2 commits
  18. 04 Nov, 2019 2 commits
  19. 27 Oct, 2019 1 commit
  20. 09 Oct, 2019 1 commit
  21. 26 Sep, 2019 1 commit
  22. 17 Sep, 2019 1 commit
  23. 08 Sep, 2019 1 commit
  24. 04 Sep, 2019 3 commits