1. 12 May, 2022 2 commits
  2. 27 Apr, 2022 1 commit
    • Leonid Boytsov's avatar
      Misc. fixes for Pytorch QA examples: (#16958) · c82e017a
      Leonid Boytsov authored
      1. Fixes evaluation errors popping up when you train/eval on squad v2 (one was newly encountered and one that was previously reported Running SQuAD 1.0 sample command raises IndexError #15401 but not completely fixed).
      2. Removes boolean arguments that don't use store_true. Please, don't use these: *ANY non-empty string is being converted to True in this case and this clearly is not the desired behavior (and it creates a LOT of confusion).
      3. All no-trainer test scripts are now saving metric values in the same way (with the right prefix eval_), which is consistent with the trainer-based versions.
      4. Adds forgotten model.eval() in the no-trainer versions. This improved some results, but not everything (see the discussion in the end). Please, see the F1 scores and the discussion below.
      c82e017a
  3. 06 Apr, 2022 1 commit
  4. 04 Apr, 2022 1 commit
  5. 30 Mar, 2022 1 commit
  6. 23 Mar, 2022 1 commit
    • Sylvain Gugger's avatar
      Reorganize file utils (#16264) · 4975002d
      Sylvain Gugger authored
      * Split file_utils in several submodules
      
      * Fixes
      
      * Add back more objects
      
      * More fixes
      
      * Who exactly decided to import that from there?
      
      * Second suggestion to code with code review
      
      * Revert wront move
      
      * Fix imports
      
      * Adapt all imports
      
      * Adapt all imports everywhere
      
      * Revert this import, will fix in a separate commit
      4975002d
  7. 03 Mar, 2022 1 commit
  8. 02 Mar, 2022 1 commit
  9. 01 Feb, 2022 1 commit
  10. 27 Jan, 2022 2 commits
  11. 22 Dec, 2021 2 commits
  12. 15 Dec, 2021 2 commits
  13. 09 Dec, 2021 2 commits
  14. 28 Oct, 2021 2 commits
  15. 07 Oct, 2021 1 commit
  16. 27 Sep, 2021 2 commits
  17. 31 Aug, 2021 2 commits
  18. 28 Jul, 2021 1 commit
  19. 22 Jul, 2021 2 commits
  20. 28 Jun, 2021 2 commits
  21. 25 Jun, 2021 1 commit
  22. 23 Jun, 2021 2 commits
  23. 21 Jun, 2021 1 commit
  24. 21 Apr, 2021 1 commit