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. 10 Nov, 2020 1 commit
  4. 09 Nov, 2020 1 commit
  5. 29 Oct, 2020 1 commit
  6. 28 Oct, 2020 1 commit
  7. 15 Sep, 2020 1 commit
  8. 04 Sep, 2020 1 commit
  9. 26 Aug, 2020 1 commit
  10. 28 Jul, 2020 1 commit
  11. 22 Jul, 2020 1 commit
  12. 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