1. 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
  2. 12 Nov, 2020 1 commit
  3. 30 Oct, 2020 1 commit
  4. 29 Oct, 2020 1 commit
  5. 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
  6. 15 Sep, 2020 1 commit
  7. 26 Aug, 2020 1 commit
  8. 28 Jun, 2020 1 commit
  9. 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
  10. 19 May, 2020 1 commit
  11. 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
  12. 20 Mar, 2020 1 commit
  13. 02 Mar, 2020 1 commit
  14. 04 Feb, 2020 1 commit
  15. 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
  16. 06 Jan, 2020 2 commits
  17. 23 Dec, 2019 1 commit
  18. 22 Dec, 2019 11 commits
  19. 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
  20. 14 Dec, 2019 1 commit
  21. 16 Nov, 2019 3 commits
  22. 14 Nov, 2019 1 commit
  23. 06 Nov, 2019 1 commit
  24. 08 Oct, 2019 1 commit
  25. 26 Sep, 2019 1 commit
  26. 18 Sep, 2019 1 commit