1. 11 Oct, 2022 8 commits
  2. 10 Oct, 2022 28 commits
  3. 08 Oct, 2022 1 commit
  4. 07 Oct, 2022 3 commits
    • Sylvain Gugger's avatar
      Rework pipeline tests (#19366) · 9ac586b3
      Sylvain Gugger authored
      * Rework pipeline tests
      
      * Try to fix Flax tests
      
      * Try to put it before
      
      * Use a new decorator instead
      
      * Remove ignore marker since it doesn't work
      
      * Filter pipeline tests
      
      * Woopsie
      
      * Use the fitlered list
      
      * Clean up and fake modif
      
      * Remove init
      
      * Revert fake modif
      9ac586b3
    • Alara Dirik's avatar
      Improve and fix ImageSegmentationPipeline (#19367) · 983451a1
      Alara Dirik authored
      - Fixes the image segmentation pipeline test failures caused by changes to the postprocessing methods of supported models
      - Updates the ImageSegmentationPipeline tests
      - Improves docs, adds 'task' argument to optionally perform semantic, instance or panoptic segmentation
      983451a1
    • Vishwas's avatar
      Removed Bert dependency from BertGeneration code base. (#19370) · de4d71ea
      Vishwas authored
      
      
      * Copied all the code required from transformers.models.bert.modeling_bert to here
      
      * Fixed styling issues
      
      * Reformatted copied names with Model specific name.
      
      * Reverted BertEncoder part as there is already a class called BertGenerationEncoder
      
      * Added prefixes in missing places.
      Co-authored-by: default avatarvishwaspai <vishwas.pai@emplay.net>
      de4d71ea