1. 25 Jun, 2020 1 commit
    • Thomas Wolf's avatar
      [Tokenization] Fix #5181 - make #5155 more explicit - move back the default... · 27cf1d97
      Thomas Wolf authored
      [Tokenization] Fix #5181 - make #5155 more explicit - move back the default logging level in tests to WARNING (#5252)
      
      * fix-5181
      
      Padding to max sequence length while truncation to another length was wrong on slow tokenizers
      
      * clean up and fix #5155
      
      * fix XLM test
      
      * Fix tests for Transfo-XL
      
      * logging only above WARNING in tests
      
      * switch slow tokenizers tests in @slow
      
      * fix Marian truncation tokenization test
      
      * style and quality
      
      * make the test a lot faster by limiting the sequence length used in tests
      27cf1d97
  2. 12 Jun, 2020 1 commit
  3. 02 Jun, 2020 1 commit
    • Julien Chaumond's avatar
      Kill model archive maps (#4636) · d4c2cb40
      Julien Chaumond authored
      * Kill model archive maps
      
      * Fixup
      
      * Also kill model_archive_map for MaskedBertPreTrainedModel
      
      * Unhook config_archive_map
      
      * Tokenizers: align with model id changes
      
      * make style && make quality
      
      * Fix CI
      d4c2cb40
  4. 20 May, 2020 1 commit
  5. 26 Mar, 2020 1 commit
    • sakares saengkaew's avatar
      Add missing token classification for XLM (#3277) · 1a6c546c
      sakares saengkaew authored
      
      
      * Add the missing token classification for XLM
      
      * fix styling
      
      * Add XLMForTokenClassification to AutoModelForTokenClassification class
      
      * Fix docstring typo for non-existing class
      
      * Add the missing token classification for XLM
      
      * fix styling
      
      * fix styling
      
      * Add XLMForTokenClassification to AutoModelForTokenClassification class
      
      * Fix docstring typo for non-existing class
      
      * Add missing description for AlbertForTokenClassification
      
      * fix styling
      
      * Add missing docstring for AlBert
      
      * Slow tests should be slow
      Co-authored-by: default avatarSakares Saengkaew <s.sakares@gmail.com>
      Co-authored-by: default avatarLysandreJik <lysandre.debut@reseau.eseo.fr>
      1a6c546c
  6. 31 Jan, 2020 1 commit
  7. 27 Jan, 2020 1 commit
  8. 11 Jan, 2020 2 commits
  9. 10 Jan, 2020 1 commit
  10. 06 Jan, 2020 2 commits
  11. 22 Dec, 2019 7 commits
  12. 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
  13. 11 Dec, 2019 1 commit
    • Julien Chaumond's avatar
      Add tests. · 4f15e5a2
      Julien Chaumond authored
      Maybe not the best possible place for the tests, lmk.
      4f15e5a2
  14. 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
  15. 04 Nov, 2019 1 commit
  16. 26 Sep, 2019 1 commit
  17. 09 Sep, 2019 1 commit
  18. 08 Sep, 2019 2 commits
  19. 05 Sep, 2019 1 commit
  20. 04 Sep, 2019 1 commit
  21. 30 Aug, 2019 1 commit
  22. 26 Aug, 2019 1 commit
  23. 05 Aug, 2019 2 commits