1. 01 Feb, 2022 2 commits
  2. 31 Jan, 2022 1 commit
  3. 27 Jan, 2022 2 commits
  4. 19 Jan, 2022 1 commit
    • Kamal Raj's avatar
      [FLAX] glue training example refactor (#13815) · d1f5ca1a
      Kamal Raj authored
      * refactor run_flax_glue.py
      
      * updated readme
      
      * rm unused import and args typo fix
      
      * refactor
      
      * make consistent arg name across task
      
      * has_tensorboard check
      
      * argparse -> argument dataclasses
      
      * refactor according to review
      
      * fix
      d1f5ca1a
  5. 13 Jan, 2022 1 commit
  6. 06 Jan, 2022 1 commit
  7. 22 Dec, 2021 2 commits
  8. 15 Dec, 2021 3 commits
  9. 14 Dec, 2021 1 commit
  10. 12 Dec, 2021 1 commit
  11. 09 Dec, 2021 2 commits
  12. 06 Dec, 2021 4 commits
  13. 29 Nov, 2021 2 commits
  14. 22 Nov, 2021 1 commit
  15. 09 Nov, 2021 1 commit
  16. 28 Oct, 2021 2 commits
  17. 07 Oct, 2021 1 commit
  18. 05 Oct, 2021 1 commit
  19. 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
  20. 27 Sep, 2021 2 commits
  21. 21 Sep, 2021 1 commit
    • Kamal Raj's avatar
      [FLAX] Question Answering Example (#13649) · 78807d86
      Kamal Raj authored
      * flax qa example
      
      * Updated README:  Added Large model
      
      * added utils_qa.py FULL_COPIES
      
      * Updates:
      1. Copyright Year updated
      2. added dtype arg
      3. passing seed and dtype to load model
      4. Check eval flag before running eval
      
      * updated README
      
      * updated code comment
      78807d86
  22. 14 Sep, 2021 1 commit
  23. 10 Sep, 2021 1 commit
  24. 09 Sep, 2021 1 commit
    • Kamal Raj's avatar
      flax ner example (#13365) · 1c191efc
      Kamal Raj authored
      * flax ner example
      
      * added task to README
      
      * updated readme
      
      * 1. ArgumentParser -> HfArgumentParser
      2. step-wise logging,eval and save
      
      * added requirements.txt
      
      * added progress bar
      
      * updated README
      
      * added check_min_version
      
      * updated training data permuattion with JAX
      
      * added metric lib to requirements
      
      * updated readme table
      
      * fixed imports
      1c191efc
  25. 28 Aug, 2021 1 commit
  26. 27 Aug, 2021 1 commit
  27. 09 Aug, 2021 2 commits