1. 19 Nov, 2020 1 commit
  2. 17 Nov, 2020 2 commits
    • Julien Chaumond's avatar
      Tokenizers: ability to load from model subfolder (#8586) · 042a6aa7
      Julien Chaumond authored
      
      
      * <small>tiny typo</small>
      
      * Tokenizers: ability to load from model subfolder
      
      * use subfolder for local files as well
      
      * Uniformize model shortcut name => model id
      
      * from s3 => from huggingface.co
      Co-authored-by: default avatarQuentin Lhoest <lhoest.q@gmail.com>
      042a6aa7
    • Sylvain Gugger's avatar
      Reorganize repo (#8580) · c89bdfbe
      Sylvain Gugger authored
      * Put models in subfolders
      
      * Styling
      
      * Fix imports in tests
      
      * More fixes in test imports
      
      * Sneaky hidden imports
      
      * Fix imports in doc files
      
      * More sneaky imports
      
      * Finish fixing tests
      
      * Fix examples
      
      * Fix path for copies
      
      * More fixes for examples
      
      * Fix dummy files
      
      * More fixes for example
      
      * More model import fixes
      
      * Is this why you're unhappy GitHub?
      
      * Fix imports in conver command
      c89bdfbe
  3. 12 Nov, 2020 1 commit
  4. 30 Oct, 2020 1 commit
  5. 29 Oct, 2020 1 commit
  6. 17 Sep, 2020 1 commit
    • RafaelWO's avatar
      Transformer-XL: Remove unused parameters (#7087) · 70974592
      RafaelWO authored
      * Removed 'tgt_len' and 'ext_len' from Transfomer-XL
      
       * Some changes are still to be done
      
      * Removed 'tgt_len' and 'ext_len' from Transfomer-XL (2)
      
       * Removed comments
       * Fixed quality
      
      * Changed warning to info
      70974592
  7. 15 Sep, 2020 1 commit
  8. 26 Aug, 2020 1 commit
  9. 28 Jun, 2020 1 commit
  10. 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
  11. 19 May, 2020 1 commit
  12. 07 May, 2020 1 commit
    • Julien Chaumond's avatar
      BIG Reorganize examples (#4213) · 0ae96ff8
      Julien Chaumond authored
      * Created using Colaboratory
      
      * [examples] reorganize files
      
      * remove run_tpu_glue.py as superseded by TPU support in Trainer
      
      * Bugfix: int, not tuple
      
      * move files around
      0ae96ff8
  13. 20 Mar, 2020 1 commit
  14. 02 Mar, 2020 1 commit
  15. 04 Feb, 2020 1 commit
  16. 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
  17. 06 Jan, 2020 2 commits
  18. 23 Dec, 2019 1 commit
  19. 22 Dec, 2019 11 commits
  20. 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
  21. 14 Dec, 2019 1 commit
  22. 16 Nov, 2019 3 commits
  23. 14 Nov, 2019 1 commit
  24. 06 Nov, 2019 1 commit
  25. 08 Oct, 2019 1 commit
  26. 26 Sep, 2019 1 commit