1. 25 Aug, 2020 13 commits
  2. 24 Aug, 2020 13 commits
  3. 23 Aug, 2020 3 commits
  4. 22 Aug, 2020 2 commits
  5. 21 Aug, 2020 8 commits
  6. 20 Aug, 2020 1 commit
    • 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