1. 06 Dec, 2021 2 commits
  2. 22 Nov, 2021 1 commit
  3. 30 Sep, 2021 1 commit
    • Suraj Patil's avatar
      [examples/flax] use Repository API for push_to_hub (#13672) · 7db2a79b
      Suraj Patil authored
      * use Repository for push_to_hub
      
      * update readme
      
      * update other flax scripts
      
      * update readme
      
      * update qa example
      
      * fix push_to_hub call
      
      * fix typo
      
      * fix more typos
      
      * update readme
      
      * use abosolute path to get repo name
      
      * fix glue script
      7db2a79b
  4. 09 Aug, 2021 1 commit
  5. 20 Jul, 2021 1 commit
  6. 09 Jul, 2021 1 commit
  7. 08 Jul, 2021 1 commit
  8. 07 Jul, 2021 2 commits
  9. 06 Jul, 2021 1 commit
  10. 05 Jul, 2021 3 commits
  11. 29 Jun, 2021 1 commit
  12. 28 Jun, 2021 2 commits
  13. 25 Jun, 2021 1 commit
  14. 09 Jun, 2021 1 commit
  15. 03 Jun, 2021 1 commit
  16. 24 May, 2021 1 commit
  17. 19 May, 2021 1 commit
  18. 04 May, 2021 1 commit
  19. 23 Apr, 2021 1 commit
  20. 21 Apr, 2021 1 commit
  21. 13 Apr, 2021 1 commit
  22. 31 Mar, 2021 1 commit
  23. 05 Feb, 2021 1 commit
  24. 16 Dec, 2020 1 commit
    • Patrick von Platen's avatar
      [Flax] Align FlaxBertForMaskedLM with BertForMaskedLM, implement from_pretrained, init (#9054) · 640e6fe1
      Patrick von Platen authored
      
      
      * save intermediate
      
      * save intermediate
      
      * save intermediate
      
      * correct flax bert model file
      
      * new module / model naming
      
      * make style
      
      * almost finish BERT
      
      * finish roberta
      
      * make fix-copies
      
      * delete keys file
      
      * last refactor
      
      * fixes in run_mlm_flax.py
      
      * remove pooled from run_mlm_flax.py`
      
      * fix gelu | gelu_new
      
      * remove Module from inits
      
      * splits
      
      * dirty print
      
      * preventing warmup_steps == 0
      
      * smaller splits
      
      * make fix-copies
      
      * dirty print
      
      * dirty print
      
      * initial_evaluation argument
      
      * declaration order fix
      
      * proper model initialization/loading
      
      * proper initialization
      
      * run_mlm_flax improvements: improper model inputs bugfix + automatic dataset splitting + tokenizers parallelism warning + avoiding warmup_steps=0 bug
      
      * removed tokenizers warning hack, fixed model re-initialization
      
      * reverted training_args.py changes
      
      * fix flax from pretrained
      
      * improve test in flax
      
      * apply sylvains tips
      
      * update init
      
      * make 0.3.0 compatible
      
      * revert tevens changes
      
      * revert tevens changes 2
      
      * finalize revert
      
      * fix bug
      
      * add docs
      
      * add pretrained to init
      
      * Update src/transformers/modeling_flax_utils.py
      
      * fix copies
      
      * final improvements
      Co-authored-by: default avatarTevenLeScao <teven.lescao@gmail.com>
      640e6fe1
  25. 15 Dec, 2020 1 commit
  26. 09 Dec, 2020 1 commit