1. 18 Feb, 2021 5 commits
  2. 17 Feb, 2021 6 commits
  3. 16 Feb, 2021 2 commits
  4. 15 Feb, 2021 6 commits
  5. 13 Feb, 2021 5 commits
  6. 12 Feb, 2021 2 commits
  7. 11 Feb, 2021 3 commits
  8. 10 Feb, 2021 4 commits
    • Stas Bekman's avatar
      [DeepSpeed] restore memory for evaluation (#10114) · 77b86284
      Stas Bekman authored
      * free up memory at the end of train
      
      * rework tests
      
      * consistent formatting
      
      * correction
      77b86284
    • Suraj Patil's avatar
      remove adjust_logits_during_generation method (#10087) · c130e67d
      Suraj Patil authored
      * add forced logits processors
      
      * delete adjust_logits method
      
      * add forced_eos_token_id argument in config
      
      * add tests for forced logits processors
      
      * update gen utils tests
      
      * add forced option to tf generate
      
      * remove adjust_logits method from tf models
      
      * update adjust_logits for marian
      
      * delete _force_token_id_to_be_generated method
      
      * style
      
      * import warnings
      
      * pass max_length to _get_logits_processor
      
      * set forced_eos_token_id to None
      
      * set forced attributes in conf utils
      
      * typo
      
      * fix rag generate
      
      * add forced_eos_token_id in rag config
      
      * remove force_bos_token_to_be_generated from BartConfig
      
      * remove _force_token_ids_generation from FSMT
      
      * nit
      
      * fix negative constant
      
      * apply suggestions from code review
      c130e67d
    • Julien Plu's avatar
      Fix TF LED/Longformer attentions computation (#10007) · 22a32cf4
      Julien Plu authored
      * Fix test
      
      * Remove commented test
      
      * Fix name
      
      * Apply style
      
      * Fix check copies
      
      * Remove prints
      
      * Restore boolean
      
      * Fix reshape
      22a32cf4
    • Shiva Zamani's avatar
  9. 09 Feb, 2021 7 commits