1. 31 Mar, 2020 1 commit
  2. 30 Mar, 2020 3 commits
  3. 29 Mar, 2020 1 commit
  4. 27 Mar, 2020 4 commits
  5. 26 Mar, 2020 3 commits
  6. 25 Mar, 2020 1 commit
  7. 24 Mar, 2020 3 commits
  8. 23 Mar, 2020 1 commit
  9. 20 Mar, 2020 3 commits
  10. 19 Mar, 2020 3 commits
  11. 17 Mar, 2020 4 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
    • Patrick von Platen's avatar
      [generate] do_sample default back to False (#3298) · e8f44af5
      Patrick von Platen authored
      * change do_samples back
      
      * None better default as boolean
      
      * adapt do_sample to True in test example
      
      * make style
      e8f44af5
    • Thomas Wolf's avatar
      CPU/GPU memory benchmarking utilities - Remove support for python 3.5 (now only 3.6+) (#3186) · 2187c49f
      Thomas Wolf authored
      * memory benchmark rss
      
      * have both forward pass and line-by-line mem tracing
      
      * cleaned up tracing
      
      * refactored and cleaning up API
      
      * no f-strings yet...
      
      * add GPU mem logging
      
      * fix GPU memory monitoring
      
      * style and quality
      
      * clean up and doc
      
      * update with comments
      
      * Switching to python 3.6+
      
      * fix quality
      2187c49f
  12. 16 Mar, 2020 1 commit
  13. 13 Mar, 2020 3 commits
  14. 12 Mar, 2020 1 commit
  15. 11 Mar, 2020 1 commit
  16. 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
  17. 09 Mar, 2020 2 commits
  18. 05 Mar, 2020 3 commits
  19. 03 Mar, 2020 1 commit
    • Sam Shleifer's avatar
      Summarization Examples: add Bart CNN Evaluation (#3082) · 5b396457
      Sam Shleifer authored
      * Rename and improve example
      
      * Add test
      
      * slightly faster test
      
      * style
      
      * This breaks remy prolly
      
      * shorter test string
      
      * no slow
      
      * newdir structure
      
      * New tree
      
      * Style
      
      * shorter
      
      * docs
      
      * clean
      
      * Attempt future import
      
      * more import hax
      5b396457