1. 27 Jul, 2022 1 commit
  2. 16 Jun, 2022 1 commit
  3. 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
  4. 12 May, 2022 2 commits
  5. 06 Apr, 2022 1 commit
  6. 04 Apr, 2022 1 commit
  7. 30 Mar, 2022 1 commit
  8. 10 Mar, 2022 1 commit
  9. 03 Mar, 2022 2 commits
  10. 03 Feb, 2022 1 commit
  11. 27 Jan, 2022 2 commits
  12. 22 Dec, 2021 2 commits
  13. 15 Dec, 2021 2 commits
  14. 09 Dec, 2021 2 commits
  15. 06 Dec, 2021 1 commit
  16. 22 Nov, 2021 2 commits
  17. 28 Oct, 2021 2 commits
  18. 26 Oct, 2021 1 commit
  19. 27 Sep, 2021 2 commits
  20. 24 Sep, 2021 1 commit
  21. 31 Aug, 2021 2 commits
  22. 22 Jul, 2021 2 commits
  23. 08 Jul, 2021 1 commit
  24. 07 Jul, 2021 1 commit
  25. 28 Jun, 2021 2 commits
    • Bhadresh Savani's avatar
      [Examples] Added context manager to datasets map (#12367) · 04dbea31
      Bhadresh Savani authored
      * added cotext manager to datasets map
      
      * fixed style and spaces
      
      * fixed warning of deprecation
      
      * changed desc
      04dbea31
    • Taha ValizadehAslani's avatar
      Update run_mlm.py (#12344) · 9490d668
      Taha ValizadehAslani authored
      Before the code could not be used for validation only because of this line:
      extension = data_args.train_file.split(".")[-1]
      was assuming that extension must be extracted from the training dataset. This line would run regardless of the training or validation options of the user. This would lead to an error if the user only wants to run an evaluation only and does not want to do train (because the training file does not exist). I modified it to extract extension from the training file if the user wants to do train and extract it from the validation file if the user wants to run eval. This way the code can be used for both training and validation separately.
      9490d668
  26. 25 Jun, 2021 2 commits
  27. 23 Jun, 2021 1 commit