1. 11 May, 2021 6 commits
  2. 10 May, 2021 10 commits
  3. 09 May, 2021 1 commit
  4. 07 May, 2021 7 commits
  5. 06 May, 2021 8 commits
  6. 05 May, 2021 5 commits
  7. 04 May, 2021 3 commits
    • Stas Bekman's avatar
      [trainer] document resume randomness (#11588) · c065025c
      Stas Bekman authored
      * document resume randomness
      
      * fix link
      
      * reword
      
      * fix
      
      * reword
      
      * style
      c065025c
    • 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 Fernandes's avatar
      [Flax] Add Electra models (#11426) · 0afe4a90
      Patrick Fernandes authored
      
      
      * add electra model to flax
      
      * Remove Electra Next Sentence Prediction model added by mistake
      
      * fix parameter sharing and loosen equality threshold
      
      * fix styling issues
      
      * add mistaken removen imports
      
      * fix electra table
      
      * Add FlaxElectra to automodels and fixe docs
      
      * fix issues pointed out the PR
      
      * fix flax electra to comply with latest changes
      
      * remove stale class
      
      * add copied from
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      0afe4a90