1. 21 Feb, 2022 1 commit
  2. 01 Feb, 2022 1 commit
  3. 27 Jan, 2022 2 commits
  4. 12 Jan, 2022 1 commit
  5. 22 Dec, 2021 2 commits
  6. 15 Dec, 2021 2 commits
  7. 09 Dec, 2021 2 commits
  8. 06 Dec, 2021 1 commit
  9. 22 Nov, 2021 1 commit
  10. 15 Nov, 2021 1 commit
  11. 11 Nov, 2021 1 commit
  12. 28 Oct, 2021 2 commits
  13. 21 Oct, 2021 1 commit
  14. 07 Oct, 2021 1 commit
  15. 27 Sep, 2021 2 commits
  16. 31 Aug, 2021 3 commits
  17. 30 Aug, 2021 1 commit
  18. 28 Aug, 2021 1 commit
  19. 27 Aug, 2021 1 commit
  20. 28 Jul, 2021 2 commits
  21. 26 Jul, 2021 1 commit
  22. 22 Jul, 2021 2 commits
  23. 14 Jul, 2021 1 commit
  24. 13 Jul, 2021 1 commit
    • Matt's avatar
      Adding TF translation example (#12667) · 65bf05cd
      Matt authored
      * Adding TF translation example
      
      * Fixes and style pass for TF translation example
      
      * Remove unused postprocess_text copied from run_summarization
      
      * Adding README
      
      * Review fixes
      
      * Move changes to model.config to after we've initialized the model
      65bf05cd
  25. 12 Jul, 2021 1 commit
    • Matt's avatar
      TF summarization example (#12617) · 379f6494
      Matt authored
      * Adding a TF summarization example
      
      * Style pass
      
      * Style fixes
      
      * Updates for review comments
      
      * Adding README
      
      * Style pass
      
      * Remove unused import
      379f6494
  26. 08 Jul, 2021 1 commit
  27. 05 Jul, 2021 1 commit
    • Matt's avatar
      NER example for Tensorflow (#12469) · ea556750
      Matt authored
      * NER example for Tensorflow
      
      * Style pass
      
      * Style pass
      
      * Added metric computation on the evaluation set
      
      * Style pass
      
      * Fixed label masking
      
      * Style pass
      
      * Style pass
      ea556750
  28. 01 Jul, 2021 1 commit
  29. 28 Jun, 2021 2 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
    • Sylvain Gugger's avatar
      Fix copies · 276bc149
      Sylvain Gugger authored
      276bc149