1. 15 Sep, 2020 1 commit
  2. 26 Aug, 2020 1 commit
  3. 08 Jul, 2020 1 commit
    • Ji Xin's avatar
      Add DeeBERT (entropy-based early exiting for *BERT) (#5477) · cfbb9829
      Ji Xin authored
      * Add deebert code
      
      * Add readme of deebert
      
      * Add test for deebert
      
      Update test for Deebert
      
      * Update DeeBert (README, class names, function refactoring); remove requirements.txt
      
      * Format update
      
      * Update test
      
      * Update readme and model init methods
      cfbb9829
  4. 28 Jun, 2020 1 commit
  5. 24 Jun, 2020 1 commit
  6. 20 Jun, 2020 1 commit
    • Kevin Canwen Xu's avatar
      Add BERT Loses Patience (Patience-based Early Exit) (#5078) · 2fd28d43
      Kevin Canwen Xu authored
      * Add BERT Loses Patience (Patience-based Early Exit)
      
      * update model archive
      
      * update format
      
      * sort import
      
      * flake8
      
      * Add results
      
      * full results
      
      * align the table
      
      * refactor to inherit
      
      * default per gpu eval = 1
      
      * Formatting
      
      * Formatting
      
      * isort
      
      * modify readme
      
      * Add check
      
      * Fix format
      
      * Fix format
      
      * Doc strings
      
      * ALBERT & BERT for sequence classification don't inherit from the original anymore
      
      * Remove incorrect comments
      
      * Remove incorrect comments
      
      * Remove incorrect comments
      
      * Sync up with new code
      
      * Sync up with new code
      
      * Add a test
      
      * Add a test
      
      * Add a test
      
      * Add a test
      
      * Add a test
      
      * Add a test
      
      * Finishing up!
      2fd28d43
  7. 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
  8. 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
  9. 20 Apr, 2020 1 commit
  10. 10 Apr, 2020 1 commit
  11. 01 Apr, 2020 1 commit
  12. 02 Mar, 2020 1 commit
  13. 14 Feb, 2020 1 commit
  14. 28 Jan, 2020 1 commit
  15. 06 Jan, 2020 2 commits
  16. 22 Dec, 2019 5 commits
  17. 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
  18. 11 Dec, 2019 1 commit
  19. 03 Dec, 2019 1 commit
  20. 27 Nov, 2019 7 commits
  21. 26 Nov, 2019 1 commit
  22. 21 Nov, 2019 1 commit
  23. 20 Nov, 2019 1 commit
  24. 14 Nov, 2019 1 commit
  25. 12 Nov, 2019 1 commit
  26. 04 Nov, 2019 1 commit
  27. 21 Oct, 2019 1 commit
  28. 10 Oct, 2019 2 commits