1. 30 Mar, 2020 2 commits
    • Ethan Perez's avatar
      [Bug fix] Using loaded checkpoint with --do_predict (instead of… (#3437) · e5c393dc
      Ethan Perez authored
      * Using loaded checkpoint with --do_predict
      
      Without this fix, I'm getting near-random validation performance for a trained model, and the validation performance differs per validation run. I think this happens since the `model` variable isn't set with the loaded checkpoint, so I'm using a randomly initialized model. Looking at the model activations, they differ each time I run evaluation (but they don't with this fix).
      
      * Update checkpoint loading
      
      * Fixing model loading
      e5c393dc
    • Julien Plu's avatar
      Update the NER TF script (#3511) · d38bbb22
      Julien Plu authored
      
      
      * Update the NER TF script to remove the softmax and make the pad token label id to -1
      
      * Reformat the quality and style
      Co-authored-by: default avatarJulien Plu <julien.plu@adevinta.com>
      d38bbb22
  2. 27 Mar, 2020 1 commit
  3. 24 Mar, 2020 1 commit
  4. 20 Mar, 2020 1 commit
  5. 19 Mar, 2020 1 commit
  6. 17 Mar, 2020 2 commits
    • J.P Lee's avatar
      Update examples/ner/run_ner.py to use AutoModel (#3305) · 2b60a26b
      J.P Lee authored
      * Update examples/ner/run_ner.py to use AutoModel
      
      * Fix missing code and apply `make style` command
      2b60a26b
    • Nathan Raw's avatar
      [WIP] Lightning glue example (#3290) · 930c9412
      Nathan Raw authored
      *  Alter base pl transformer to use automodels
      
      * 🐛 Add batch size env variable to function call
      
      * 💄 Apply black code style from Makefile
      
      * 🚚 Move lightning base out of ner directory
      
      *  Add lightning glue example
      
      * 💄 self
      
      * move _feature_file to base class
      
      *  Move eval logging to custom callback
      
      * 💄 Apply black code style
      
      * 🐛 Add parent to pythonpath, remove copy command
      
      * 🐛 Add missing max_length kwarg
      930c9412
  7. 10 Mar, 2020 1 commit
    • Shubham Agarwal's avatar
      NER - pl example (#3180) · 5ca356a4
      Shubham Agarwal authored
      * 1. seqeval required by ner pl example. install from examples/requirements. 2. unrecognized arguments: save_steps
      
      * pl checkpoint callback filenotfound error: make directory and pass
      
      * #3159 pl checkpoint path difference
      
      * 1. Updated Readme for pl 2. pl script now also correct displays logs 3. pass gpu ids compared to number of gpus
      
      * Updated results in readme
      
      * 1. updated readme 2. removing deprecated pl methods 3. finalizing scripts
      
      * comment length check
      
      * using deprecated validation_end for stable results
      
      * style related changes
      5ca356a4
  8. 02 Mar, 2020 1 commit
  9. 27 Feb, 2020 1 commit
  10. 26 Feb, 2020 2 commits
  11. 23 Feb, 2020 3 commits
  12. 21 Feb, 2020 1 commit
  13. 20 Feb, 2020 2 commits