1. 01 Jun, 2022 1 commit
  2. 27 May, 2022 1 commit
  3. 25 May, 2022 1 commit
  4. 18 May, 2022 1 commit
  5. 17 May, 2022 1 commit
  6. 12 May, 2022 2 commits
  7. 09 May, 2022 1 commit
  8. 04 May, 2022 1 commit
  9. 02 May, 2022 3 commits
  10. 28 Apr, 2022 1 commit
  11. 27 Apr, 2022 4 commits
    • Zachary Mueller's avatar
      Fixup no_trainer save logic (#16968) · 60e1d883
      Zachary Mueller authored
      * Fixup all examples
      60e1d883
    • Sylvain Gugger's avatar
      Fix multiple deletions of the same files in save_pretrained (#16947) · c79bbc3b
      Sylvain Gugger authored
      * Fix multiple deletions of the same files in save_pretrained
      
      * Add is_main_process argument
      c79bbc3b
    • 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
    • NielsRogge's avatar
      Add semantic script, trainer (#16834) · 479fdc49
      NielsRogge authored
      * Add first draft
      
      * Improve script and README
      
      * Improve README
      
      * Apply suggestions from code review
      
      * Improve script, add link to resulting model
      
      * Add corresponding test
      
      * Adjust learning rate
      479fdc49
  12. 20 Apr, 2022 1 commit
  13. 19 Apr, 2022 2 commits
    • NielsRogge's avatar
      Add image classification script, no trainer (#16727) · b96e82c8
      NielsRogge authored
      * Add first draft
      
      * Improve README and run fixup
      
      * Make script aligned with other scripts, improve README
      
      * Improve script and add test
      
      * Remove print statement
      
      * Apply suggestions from code review
      
      * Add num_labels to make test pass
      
      * Improve README
      b96e82c8
    • NielsRogge's avatar
      Add semantic script no trainer, v2 (#16788) · 7db7aab4
      NielsRogge authored
      * Add first draft from previous PR
      
      * First draft
      
      * Improve README and remove num_labels
      
      * Make script more aligned with other scripts
      
      * Improve README and apply suggestion from code review
      7db7aab4
  14. 15 Apr, 2022 1 commit
  15. 14 Apr, 2022 1 commit
  16. 13 Apr, 2022 1 commit
  17. 12 Apr, 2022 1 commit
  18. 11 Apr, 2022 2 commits
  19. 08 Apr, 2022 1 commit
  20. 06 Apr, 2022 2 commits
  21. 04 Apr, 2022 1 commit
  22. 31 Mar, 2022 1 commit
  23. 30 Mar, 2022 1 commit
  24. 29 Mar, 2022 2 commits
  25. 25 Mar, 2022 2 commits
  26. 23 Mar, 2022 2 commits
  27. 10 Mar, 2022 1 commit
  28. 09 Mar, 2022 1 commit