1. 21 Dec, 2021 8 commits
  2. 20 Dec, 2021 6 commits
  3. 17 Dec, 2021 5 commits
  4. 16 Dec, 2021 7 commits
  5. 15 Dec, 2021 6 commits
  6. 14 Dec, 2021 2 commits
    • Nicolas Patry's avatar
      Adding support for multiple mask tokens. (#14716) · e7ed7ffd
      Nicolas Patry authored
      * Adding support for multiple mask tokens.
      
      - Original implem: https://github.com/huggingface/transformers/pull/10222
      
      Co-authored-by: default avatarnjafer <naveen.jafer@oracle.com>
      
      * In order to accomodate optionally multimodal models like Perceiver
      
      we add information to the tasks to specify tasks where we know for sure
      if we need the tokenizer/feature_extractor or not.
      
      * Adding info in the documentation about multi masks.
      
      + marked as experimental.
      
      * Add a copy() to prevent overriding the same tensor over and over.
      
      * Fixup.
      
      * Adding small test for multi mask with real values..
      Co-authored-by: default avatarnjafer <naveen.jafer@oracle.com>
      e7ed7ffd
    • Nicolas Patry's avatar
      Fixing tests for Perceiver (#14739) · 546a91ab
      Nicolas Patry authored
      * Adding some slow test to check for perceiver at least from a high level.
      
      * Re-enabling fast tests for Perceiver ImageClassification.
      
      * Perceiver might try to run without Tokenizer (Fast doesn't exist) and
      with FeatureExtractor some text only pipelines.
      
      * Oops.
      
      * Adding a comment for `update_config_with_model_class`.
      
      * Remove `model_architecture` to get `tiny_config`.
      
      * Finalize rebase.
      
      * Smarter way to handle undefined FastTokenizer.
      
      * Remove old code.
      
      * Addressing some nits.
      
      * Don't instantiate `None`.
      546a91ab
  7. 13 Dec, 2021 6 commits