1. 28 Jul, 2021 1 commit
  2. 08 Jul, 2021 1 commit
  3. 01 Jul, 2021 1 commit
  4. 28 Jun, 2021 3 commits
    • Matt's avatar
      Tensorflow LM examples (#12358) · 7e22609e
      Matt authored
      * Tensorflow MLM example
      
      * Add CLM example
      
      * Style fixes, adding missing checkpoint code from the CLM example
      
      * Fix TPU training, avoid massive dataset warnings
      
      * Fix incorrect training length calculation for multi-GPU training
      
      * Fix incorrect training length calculation for multi-GPU training
      
      * Refactors and nitpicks from the review
      
      * Style pass
      
      * Adding README
      7e22609e
    • 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
  5. 25 Jun, 2021 2 commits
  6. 23 Jun, 2021 2 commits
  7. 17 Jun, 2021 3 commits
  8. 15 Jun, 2021 1 commit
  9. 14 Jun, 2021 3 commits
  10. 25 May, 2021 2 commits
  11. 12 May, 2021 2 commits
  12. 11 May, 2021 1 commit
  13. 29 Apr, 2021 1 commit
  14. 26 Apr, 2021 1 commit
  15. 23 Apr, 2021 1 commit
  16. 21 Apr, 2021 1 commit
  17. 13 Apr, 2021 1 commit
  18. 08 Apr, 2021 1 commit
  19. 07 Apr, 2021 1 commit
  20. 06 Apr, 2021 2 commits
  21. 31 Mar, 2021 1 commit
  22. 16 Mar, 2021 2 commits
  23. 15 Mar, 2021 1 commit
  24. 08 Mar, 2021 1 commit
  25. 27 Feb, 2021 1 commit
  26. 08 Feb, 2021 1 commit
  27. 05 Feb, 2021 1 commit
  28. 28 Jan, 2021 1 commit