1. 25 Aug, 2020 2 commits
  2. 24 Aug, 2020 1 commit
  3. 20 Aug, 2020 6 commits
  4. 19 Aug, 2020 5 commits
  5. 18 Aug, 2020 2 commits
  6. 17 Aug, 2020 5 commits
  7. 14 Aug, 2020 2 commits
  8. 13 Aug, 2020 2 commits
    • Lysandre Debut's avatar
      Test model outputs equivalence (#6445) · f7cbc13d
      Lysandre Debut authored
      * Test model outputs equivalence
      
      * Fix failing tests
      
      * From dict to kwargs
      
      * DistilBERT
      
      * Addressing @sgugger and @patrickvonplaten's comments
      f7cbc13d
    • Stas Bekman's avatar
      cleanup tf unittests: part 2 (#6260) · e983da0e
      Stas Bekman authored
      * cleanup torch unittests: part 2
      
      * remove trailing comma added by isort, and which breaks flake
      
      * one more comma
      
      * revert odd balls
      
      * part 3: odd cases
      
      * more ["key"] -> .key refactoring
      
      * .numpy() is not needed
      
      * more unncessary .numpy() removed
      
      * more simplification
      e983da0e
  9. 12 Aug, 2020 3 commits
  10. 11 Aug, 2020 5 commits
  11. 10 Aug, 2020 4 commits
  12. 07 Aug, 2020 2 commits
  13. 06 Aug, 2020 1 commit
    • Philip May's avatar
      Add strip_accents to basic BertTokenizer. (#6280) · d5bc32ce
      Philip May authored
      * Add strip_accents to basic tokenizer
      
      * Add tests for strip_accents.
      
      * fix style with black
      
      * Fix strip_accents test
      
      * empty commit to trigger CI
      
      * Improved strip_accents check
      
      * Add code quality with is not False
      d5bc32ce