1. 10 Oct, 2022 10 commits
  2. 08 Oct, 2022 1 commit
  3. 07 Oct, 2022 22 commits
  4. 06 Oct, 2022 3 commits
  5. 05 Oct, 2022 4 commits
    • Sylvain Gugger's avatar
      Fix pipeline tests for Roberta-like tokenizers (#19365) · 7e7f62bf
      Sylvain Gugger authored
      * Fix pipeline tests for Roberta-like tokenizers
      
      * Fix fix
      7e7f62bf
    • Alara Dirik's avatar
      Fix DETR segmentation postprocessing output (#19363) · bad353ce
      Alara Dirik authored
      Ensures post_process_instance_segmentation and post_process_panoptic_segmentation methods return a tensor of shape (target_height, target_width) filled with -1 values if no segment with score > threshold is found.
      bad353ce
    • Arthur's avatar
      Add WhisperModel to transformers (#19166) · 45e14038
      Arthur authored
      * simplify loop
      
      * add featur extractor
      
      * add model
      
      * start conversion
      
      * add dropout
      
      * initial commit of test files
      
      * copnversion for all models
      
      * update processor for correct padding
      
      * update feature extraction
      
      * update integration test logits match
      
      * fmnt: off for the logits
      
      * on the fly mel bank
      
      * small nit
      
      * update test
      
      * update tokenizer
      
      * nit feature extraction
      
      * update
      
      * update tokenizer test
      
      * adds logit processor and update tokenizer to get supress tokens
      
      * style
      
      * clean convert
      
      * revert to original modeling tf utils
      
      * Update
      
      * update
      
      * nit
      
      * clean convert file
      
      * update tests and nits
      
      * quality
      
      * slow generation test
      
      * ffn_dim to allow customization
      
      * update readme
      
      * add to toctreee
      
      * start fixing integration tests
      
      * update tests and code
      
      * fix feature extractor
      
      * fix config tests common
      
      * update code to fix tests
      
      * fix feature exctractor
      
      * nit...
      45e14038
    • Alara Dirik's avatar
      Fix MaskFormer failing postprocess tests (#19354) · 7598791c
      Alara Dirik authored
      Ensures post_process_instance_segmentation and post_process_panoptic_segmentation methods return a tensor of shape (target_height, target_width) filled with -1 values if no segment with score > threshold is found.
      7598791c