1. 16 Jun, 2022 1 commit
  2. 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
  3. 27 May, 2022 1 commit
  4. 12 May, 2022 2 commits
  5. 09 May, 2022 1 commit
  6. 02 May, 2022 2 commits
  7. 27 Apr, 2022 3 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
  8. 13 Apr, 2022 1 commit
  9. 11 Apr, 2022 1 commit
  10. 08 Apr, 2022 1 commit
  11. 06 Apr, 2022 2 commits
  12. 04 Apr, 2022 1 commit
  13. 31 Mar, 2022 1 commit
  14. 30 Mar, 2022 1 commit
  15. 23 Mar, 2022 2 commits
  16. 03 Mar, 2022 1 commit
  17. 22 Feb, 2022 1 commit
  18. 01 Feb, 2022 1 commit
  19. 27 Jan, 2022 2 commits
  20. 22 Dec, 2021 2 commits
  21. 15 Dec, 2021 2 commits
  22. 09 Dec, 2021 2 commits
  23. 09 Nov, 2021 1 commit
  24. 05 Nov, 2021 1 commit
  25. 01 Nov, 2021 1 commit
  26. 28 Oct, 2021 2 commits
  27. 25 Oct, 2021 1 commit
    • karthikrangasai's avatar
      Supporting Seq2Seq model for question answering task (#13432) · 1b871e09
      karthikrangasai authored
      * Add seq2seq example for QnA on SQuAD Dataset.
      
      * Changes from review - Fixing styling mistakes.
      
      * Added how to example in README, simplified the access to dataset's preprocess function.
      
      * Added tests for the seq2seq QA example.
      
      * Change dataset column name to fix tests.
      
      * Fix test command mistake.
      
      * Add missing argument 'ignore_pad_token_for_loss' from DataTrainingArguments.
      
      * Add missing argument 'num_beams' from DataTrainingArguments.
      
      * Fix processing of output predicted token ids so that tokenizer decode gets appropriate input. Updated assertion conditions on the tests.
      1b871e09
  28. 07 Oct, 2021 1 commit
  29. 06 Oct, 2021 1 commit