1. 11 May, 2021 3 commits
  2. 10 May, 2021 3 commits
  3. 09 May, 2021 1 commit
  4. 07 May, 2021 2 commits
  5. 06 May, 2021 1 commit
  6. 05 May, 2021 1 commit
  7. 04 May, 2021 2 commits
    • Sylvain Gugger's avatar
      Reproducible checkpoint (#11582) · 6b241e0e
      Sylvain Gugger authored
      * Set generator in dataloader
      
      * Use generator in all random samplers
      
      * Checkpoint all RNG states
      
      * Final version
      
      * Quality
      
      * Test
      
      * Address review comments
      
      * Quality
      
      * Remove debug util
      
      * Add python and numpy RNGs
      
      * Split states in different files in distributed
      
      * Quality
      
      * local_rank for TPUs
      
      * Only use generator when accepted
      
      * Add test
      
      * Set seed to avoid flakiness
      
      * Make test less flaky
      
      * Quality
      6b241e0e
    • Patrick von Platen's avatar
      [FlaxRoberta] Add FlaxRobertaModels & adapt run_mlm_flax.py (#11470) · 084a187d
      Patrick von Platen authored
      
      
      * add flax roberta
      
      * make style
      
      * correct initialiazation
      
      * modify model to save weights
      
      * fix copied from
      
      * fix copied from
      
      * correct some more code
      
      * add more roberta models
      
      * Apply suggestions from code review
      
      * merge from master
      
      * finish
      
      * finish docs
      Co-authored-by: default avatarPatrick von Platen <patrick@huggingface.co>
      084a187d
  8. 03 May, 2021 1 commit
  9. 30 Apr, 2021 4 commits
  10. 29 Apr, 2021 1 commit
  11. 26 Apr, 2021 4 commits
  12. 23 Apr, 2021 5 commits
  13. 22 Apr, 2021 2 commits
  14. 21 Apr, 2021 3 commits
  15. 20 Apr, 2021 2 commits
    • Sylvain Gugger's avatar
      Update to use datasets remove_cloumns method (#11343) · f1b938fd
      Sylvain Gugger authored
      * Update to use datasets remove_cloumns method
      
      * Quality
      f1b938fd
    • rajvi-k's avatar
      Added translation example script (#11196) · bfd83c17
      rajvi-k authored
      * initial changes
      
      * modified evaluation
      
      * updated evaluation
      
      * updated evaluation on text translation example script
      
      * added translation example script
      
      * Formatted translation example script
      
      * Reformatted translation example
      
      * Fixed evaluation bug and added support for other tokenisers
      
      * Fixed evaluation bug and added support for other tokenisers
      
      * Added translation example script
      
      * Formatted summarization example script
      
      * Removed typos from summarization example script
      bfd83c17
  16. 14 Apr, 2021 2 commits
  17. 13 Apr, 2021 1 commit
  18. 12 Apr, 2021 2 commits