1. 30 Jul, 2021 1 commit
    • 21jun's avatar
      fix typo in gradient_checkpointing arg (#12855) · 5c673efa
      21jun authored
      help for `ModelArguments.gradient_checkpointing` should be
      "If True, use gradient checkpointing to save memory
      at the expense of slower backward pass."
      not "Whether to freeze the feature extractor layers of the model."
      (which is duplicated from `freeze_feature_extractor` arg)
      5c673efa
  2. 28 Jul, 2021 4 commits
  3. 27 Jul, 2021 1 commit
  4. 26 Jul, 2021 2 commits
  5. 23 Jul, 2021 1 commit
  6. 22 Jul, 2021 3 commits
  7. 20 Jul, 2021 4 commits
  8. 17 Jul, 2021 1 commit
  9. 16 Jul, 2021 2 commits
  10. 15 Jul, 2021 2 commits
  11. 14 Jul, 2021 3 commits
  12. 13 Jul, 2021 2 commits
    • 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
    • Nick Doiron's avatar
      Add ByT5 option to example run_t5_mlm_flax.py (#12634) · 5803a2a7
      Nick Doiron authored
      * Allow ByT5 type in Flax T5 script
      
      * use T5TokenizerFast
      
      * change up tokenizer config
      
      * model_args
      
      * reorder imports
      
      * Update run_t5_mlm_flax.py
      5803a2a7
  13. 12 Jul, 2021 4 commits
  14. 09 Jul, 2021 2 commits
  15. 08 Jul, 2021 1 commit
  16. 07 Jul, 2021 5 commits
  17. 06 Jul, 2021 2 commits