1. 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
  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