"vscode:/vscode.git/clone" did not exist on "73fe2e7385af4c6062f366825af570d44cd22fd8"
  1. 02 Sep, 2020 2 commits
    • Stas Bekman's avatar
      [testing] fix ambiguous test (#6898) · e71f32c0
      Stas Bekman authored
      Since `generate()` does:
      ```
              num_beams = num_beams if num_beams is not None else self.config.num_beams
      ```
      This test fails if `model.config.num_beams > 1` (which is the case in the model I'm porting).
      
      This fix makes the test setup unambiguous by passing an explicit `num_beams=1` to `generate()`.
      
      Thanks.
      e71f32c0
    • Suraj Patil's avatar
      [pipelines] Text2TextGenerationPipeline (#6744) · 4230d30f
      Suraj Patil authored
      * add Text2TextGenerationPipeline
      
      * remove max length warning
      
      * remove comments
      
      * remove input_length
      
      * fix typo
      
      * add tests
      
      * use TFAutoModelForSeq2SeqLM
      
      * doc
      
      * typo
      
      * add the doc below TextGenerationPipeline
      
      * doc nit
      
      * style
      
      * delete comment
      4230d30f
  2. 01 Sep, 2020 1 commit
    • Patrick von Platen's avatar
      [Generate] Facilitate PyTorch generate using `ModelOutputs` (#6735) · afc4ece4
      Patrick von Platen authored
      * fix generate for GPT2 Double Head
      
      * fix gpt2 double head model
      
      * fix  bart / t5
      
      * also add for no beam search
      
      * fix no beam search
      
      * fix encoder decoder
      
      * simplify t5
      
      * simplify t5
      
      * fix t5 tests
      
      * fix BART
      
      * fix transfo-xl
      
      * fix conflict
      
      * integrating sylvains and sams comments
      
      * fix tf past_decoder_key_values
      
      * fix enc dec test
      afc4ece4
  3. 31 Aug, 2020 2 commits
  4. 30 Aug, 2020 1 commit
  5. 29 Aug, 2020 1 commit
  6. 28 Aug, 2020 5 commits
  7. 27 Aug, 2020 4 commits
  8. 26 Aug, 2020 4 commits
  9. 25 Aug, 2020 3 commits
  10. 24 Aug, 2020 1 commit
  11. 20 Aug, 2020 6 commits
  12. 19 Aug, 2020 5 commits
  13. 18 Aug, 2020 2 commits
  14. 17 Aug, 2020 3 commits