1. 01 May, 2020 1 commit
    • Julien Chaumond's avatar
      [ci] Load pretrained models into the default (long-lived) cache · f54dc3f4
      Julien Chaumond authored
      There's an inconsistency right now where:
      - we load some models into CACHE_DIR
      - and some models in the default cache
      - and often, in both for the same models
      
      When running the RUN_SLOW tests, this takes a lot of disk space, time, and bandwidth.
      
      I'd rather always use the default cache
      f54dc3f4
  2. 28 Apr, 2020 1 commit
  3. 10 Apr, 2020 1 commit
  4. 07 Apr, 2020 1 commit
  5. 30 Mar, 2020 2 commits
  6. 29 Mar, 2020 1 commit
  7. 27 Mar, 2020 1 commit
  8. 26 Mar, 2020 1 commit
  9. 20 Mar, 2020 1 commit
  10. 19 Mar, 2020 2 commits
    • Patrick von Platen's avatar
      Support T5 Generation (#3228) · bbf26c4e
      Patrick von Platen authored
      
      
      * fix conflicts
      
      * update bart max length test
      
      * correct spelling mistakes
      
      * implemented model specific encode function
      
      * fix merge conflicts
      
      * better naming
      
      * save intermediate state -> need to rethink strucuture a bit
      
      * leave tf problem as it is for now
      
      * current version
      
      * add layers.pop
      
      * remove ipdb
      
      * make style
      
      * clean return cut decoding
      
      * remove ipdbs
      
      * Fix restoring layers in the decoders that doesnt exists.
      
      * push good intermediate solution for now
      
      * fix conflicts
      
      * always good to refuse to merge conflicts when rebasing
      
      * fix small bug
      
      * improve function calls
      
      * remove unused file
      
      * add correct scope behavior for t5_generate
      Co-authored-by: default avatarMorgan Funtowicz <funtowiczmo@gmail.com>
      bbf26c4e
    • Sam Shleifer's avatar
  11. 17 Mar, 2020 2 commits
  12. 16 Mar, 2020 1 commit
  13. 13 Mar, 2020 1 commit
  14. 12 Mar, 2020 3 commits
  15. 11 Mar, 2020 18 commits
  16. 06 Mar, 2020 1 commit
  17. 05 Mar, 2020 2 commits