1. 07 Jul, 2021 3 commits
  2. 06 Jul, 2021 5 commits
  3. 05 Jul, 2021 11 commits
  4. 04 Jul, 2021 1 commit
  5. 02 Jul, 2021 5 commits
  6. 01 Jul, 2021 5 commits
  7. 30 Jun, 2021 4 commits
  8. 29 Jun, 2021 4 commits
  9. 28 Jun, 2021 2 commits
    • Patrick von Platen's avatar
      [Flax] Add T5 pretraining script (#12355) · 31c3e7e7
      Patrick von Platen authored
      
      
      * fix_torch_device_generate_test
      
      * remove @
      
      * add length computatan
      
      * finish masking
      
      * finish
      
      * upload
      
      * fix some bugs
      
      * finish
      
      * fix dependency table
      
      * correct tensorboard
      
      * Apply suggestions from code review
      
      * correct processing
      
      * slight change init
      
      * correct some more mistakes
      
      * apply suggestions
      
      * improve readme
      
      * fix indent
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSaulLu <55560583+SaulLu@users.noreply.github.com>
      
      * correct tokenizer
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      Co-authored-by: default avatarPatrick von Platen <patrick@huggingface.co>
      Co-authored-by: default avatarSaulLu <55560583+SaulLu@users.noreply.github.com>
      31c3e7e7
    • 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