1. 05 Oct, 2020 1 commit
  2. 01 Oct, 2020 2 commits
    • Sylvain Gugger's avatar
      Fix seq2seq example test (#7518) · bdcc4b78
      Sylvain Gugger authored
      * Fix seq2seq example test
      
      * Fix bad copy-paste
      
      * Also save the state
      bdcc4b78
    • Sylvain Gugger's avatar
      Clean the Trainer state (#7490) · 29baa8fa
      Sylvain Gugger authored
      * Trainer should not modify its TrainingArguments
      
      * Trainer should not modify its TrainingArguments
      
      * Trainer should not modify its TrainingArguments
      
      * Add test of resumed training
      
      * Fixes
      
      * Non multiGPU test
      
      * Clean Trainer state
      
      * Add more to the state
      
      * Documentation
      
      * One last test
      
      * Make resume training test more complete
      
      * Unwanted changes
      29baa8fa
  3. 30 Sep, 2020 1 commit
  4. 29 Sep, 2020 2 commits
  5. 28 Sep, 2020 2 commits
  6. 24 Sep, 2020 1 commit
  7. 23 Sep, 2020 1 commit
  8. 22 Sep, 2020 3 commits
  9. 17 Sep, 2020 2 commits
  10. 15 Sep, 2020 2 commits
  11. 11 Sep, 2020 1 commit
  12. 10 Sep, 2020 1 commit
  13. 08 Sep, 2020 3 commits
  14. 03 Sep, 2020 1 commit
  15. 31 Aug, 2020 4 commits
  16. 26 Aug, 2020 1 commit
  17. 25 Aug, 2020 4 commits
  18. 24 Aug, 2020 5 commits
  19. 20 Aug, 2020 3 commits
    • Sylvain Gugger's avatar
      Trainer automatically drops unused columns in nlp datasets (#6449) · e5f45227
      Sylvain Gugger authored
      * Add a classmethod to easily build a Trainer from nlp dataset and metric
      
      * Fix docstrings
      
      * Split train/eval
      
      * Formatting
      
      * Log dropped columns + docs
      
      * Authorize callable activations
      
      * Poc for auto activation
      
      * Be framework-agnostic
      
      * Formatting
      
      * Remove class method
      
      * Remove unnecessary code
      e5f45227
    • Sylvain Gugger's avatar
      Add tests to Trainer (#6605) · 573bdb0a
      Sylvain Gugger authored
      * Add tests to Trainer
      
      * Test if removing long breaks everything
      
      * Remove ugly hack
      
      * Fix distributed test
      
      * Use float for number of epochs
      573bdb0a
    • sgugger's avatar
      Fix CI · b3e54698
      sgugger authored
      b3e54698