"tests/albert/test_modeling_tf_albert.py" did not exist on "7bddbf5961f35d03db5151a4747085f7a57d7ff7"
  1. 29 Oct, 2021 2 commits
  2. 05 Oct, 2021 1 commit
  3. 26 Aug, 2021 1 commit
  4. 18 May, 2021 1 commit
  5. 29 Jan, 2021 1 commit
    • Nicolas Patry's avatar
      Adding a new `return_full_text` parameter to TextGenerationPipeline. (#9852) · c2d0ffec
      Nicolas Patry authored
      * Adding a new `return_full_text` parameter to TextGenerationPipeline.
      
      For text-generation, it's sometimes used as prompting text.
      In that context, prefixing `generated_text` with the actual input
      forces the caller to take an extra step to remove it.
      
      The proposed change adds a new parameter (for backward compatibility).
      `return_full_text` that enables the caller to prevent adding the prefix.
      
      * Doc quality.
      c2d0ffec
  6. 07 Dec, 2020 1 commit
  7. 03 Nov, 2020 1 commit
    • Nicolas Patry's avatar
      [FIX] TextGenerationPipeline is currently broken. (#8256) · c66ffa3a
      Nicolas Patry authored
      * [FIX] TextGenerationPipeline is currently broken.
      
      It's most likely due to #8180.
      What's missing is a multi vs single string handler at the beginning of
      the pipe.
      And also there was no testing of this pipeline.
      
      * Fixing Conversational tests too.
      c66ffa3a
  8. 23 Oct, 2020 1 commit