1. 19 Jul, 2022 1 commit
  2. 11 Jul, 2022 1 commit
  3. 16 Jun, 2022 1 commit
  4. 07 Jun, 2022 1 commit
    • Sylvain Gugger's avatar
      Add examples telemetry (#17552) · 3cab9027
      Sylvain Gugger authored
      * Add examples telemetry
      
      * Alternative approach
      
      * Add to all other examples
      
      * Add to templates as well
      
      * Put framework separately
      
      * Same for TensorFlow
      3cab9027
  5. 12 May, 2022 2 commits
  6. 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
  7. 19 Apr, 2022 1 commit
  8. 11 Apr, 2022 2 commits
  9. 06 Apr, 2022 1 commit
  10. 04 Apr, 2022 1 commit
  11. 30 Mar, 2022 1 commit
  12. 28 Mar, 2022 1 commit
  13. 25 Mar, 2022 1 commit
  14. 23 Mar, 2022 2 commits
  15. 08 Mar, 2022 1 commit
  16. 04 Mar, 2022 1 commit
  17. 03 Mar, 2022 1 commit
  18. 23 Feb, 2022 1 commit
  19. 01 Feb, 2022 2 commits
  20. 31 Jan, 2022 1 commit
  21. 27 Jan, 2022 2 commits
  22. 19 Jan, 2022 1 commit
    • Kamal Raj's avatar
      [FLAX] glue training example refactor (#13815) · d1f5ca1a
      Kamal Raj authored
      * refactor run_flax_glue.py
      
      * updated readme
      
      * rm unused import and args typo fix
      
      * refactor
      
      * make consistent arg name across task
      
      * has_tensorboard check
      
      * argparse -> argument dataclasses
      
      * refactor according to review
      
      * fix
      d1f5ca1a
  23. 13 Jan, 2022 1 commit
  24. 06 Jan, 2022 1 commit
  25. 22 Dec, 2021 2 commits
  26. 15 Dec, 2021 3 commits
  27. 14 Dec, 2021 1 commit
  28. 12 Dec, 2021 1 commit
  29. 09 Dec, 2021 2 commits
  30. 06 Dec, 2021 2 commits