1. 10 Sep, 2021 1 commit
  2. 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
  3. 28 Aug, 2021 1 commit
  4. 27 Aug, 2021 1 commit
  5. 09 Aug, 2021 2 commits
  6. 06 Aug, 2021 1 commit
  7. 02 Aug, 2021 1 commit
  8. 30 Jul, 2021 1 commit
  9. 27 Jul, 2021 1 commit
  10. 20 Jul, 2021 2 commits
  11. 14 Jul, 2021 1 commit
  12. 13 Jul, 2021 1 commit
  13. 12 Jul, 2021 1 commit
  14. 09 Jul, 2021 1 commit
  15. 08 Jul, 2021 1 commit
  16. 07 Jul, 2021 3 commits
  17. 06 Jul, 2021 1 commit
  18. 05 Jul, 2021 4 commits
  19. 29 Jun, 2021 2 commits
  20. 28 Jun, 2021 2 commits
  21. 25 Jun, 2021 1 commit
  22. 24 Jun, 2021 1 commit
  23. 23 Jun, 2021 1 commit
    • Suraj Patil's avatar
      Flax summarization script (#12230) · c0fe3c9a
      Suraj Patil authored
      * add summrization script
      
      * fix arguments, preprocessing, metrics
      
      * add generation and metrics
      
      * auto model, prediction loop
      
      * prettify
      
      * label smoothing
      
      * adress Sylvain and Patricks suggestions
      
      * dynamically import shift_tokens_right
      
      * fix shift_tokens_right_fn call
      c0fe3c9a
  24. 15 Jun, 2021 1 commit
  25. 14 Jun, 2021 3 commits
  26. 11 Jun, 2021 1 commit
    • Suraj Patil's avatar
      Flax CLM script (#12023) · 15b498f3
      Suraj Patil authored
      * first draft
      
      * max_seq_length => block_size
      
      * fix arg names
      
      * fix typos
      
      * fix loss calculation
      
      * add max examples, fix  train eval steps, metrics
      
      * optimizer mask
      
      * fix perpelexity, metric logging
      
      * fix logging
      
      * data_collator = > data_loader
      
      * refactor loss_fn
      
      * support single GPU
      
      * pass distributed to write_metric
      
      * fix jitting
      
      * fix single device training
      
      * fix single device metrics
      
      * close inner progress bars once finished
      
      * add overwrite_cache arg
      
      * ifx dataset caching issue
      
      * add more logs
      
      * few small fixes,
      
      * address nicholas suggestions
      
      * fix docstr
      
      * address patricks suggestions
      
      * make flake happy
      
      * pass new new_dropout_rng to apply_gradients
      
      * reset train metrics after every epoc
      
      * remove distributed logis, small fixes
      15b498f3
  27. 09 Jun, 2021 1 commit
  28. 03 Jun, 2021 2 commits