1. 07 Dec, 2021 4 commits
    • TranSirius's avatar
      Fix a Bug, trainer_seq2seq.py, in the else branch at Line 172,... · 39f1dff5
      TranSirius authored
      Fix a Bug, trainer_seq2seq.py, in the else branch at Line 172, generation_inputs should be a dict (#14546)
      
      * fix bug, trainer_seq2seq.py, Line 172, generation_inputs must be a dict before feeding into self.model.generation()
      
      * fix bug, trainer_seq2seq.py, Line 172, generation_inputs must be a dict before feeding into self.model.generation()
      39f1dff5
    • Nouamane Tazi's avatar
      quick fix SummarizationPipeline error messages (#14618) · 2171695c
      Nouamane Tazi authored
      * quick fix SummarizationPipeline error messages
      
      Fix error messages to avoid spam errors, and errors of type:
      `Your max_length is set to 50, but you input_length is only 46. You might consider decreasing max_length manually, e.g. summarizer('...', max_length=50)`
      
      * correcto SummarizationPipeline error messages fixes
      2171695c
    • Stas Bekman's avatar
      [deepspeed] fix --load_best_model_at_end (#14652) · b66c5ab2
      Stas Bekman authored
      * [deepspeed] fix load_best_model_at_end
      
      * try with pull_request_target
      
      * revert: try with pull_request_target
      
      * style
      
      * add test
      
      * cleanup
      b66c5ab2
    • Ryokan RI's avatar
      Add mLUKE (#14640) · 30646a0a
      Ryokan RI authored
      * implement MLukeTokenizer and LukeForMaskedLM
      
      * update tests
      
      * update docs
      
      * add LukeForMaskedLM to check_repo.py
      
      * update README
      
      * fix test and specify the entity pad id in tokenization_(m)luke
      
      * fix EntityPredictionHeadTransform
      30646a0a
  2. 06 Dec, 2021 15 commits
  3. 05 Dec, 2021 1 commit
  4. 03 Dec, 2021 6 commits
  5. 02 Dec, 2021 8 commits
  6. 01 Dec, 2021 6 commits