1. 31 Aug, 2021 7 commits
  2. 30 Aug, 2021 22 commits
  3. 28 Aug, 2021 1 commit
  4. 27 Aug, 2021 8 commits
  5. 26 Aug, 2021 2 commits
    • Nicolas Patry's avatar
      Moving `text-generation` pipeline to new testing framework. (#13285) · a6e36558
      Nicolas Patry authored
      * Moving `text-generation` pipeline to new testing framework.
      
      * Keep check_model_type but log instead of raise Exception.
      
      * warning -> error.
      a6e36558
    • NielsRogge's avatar
      Add DINO conversion script (#13265) · 0759f251
      NielsRogge authored
      * First commit
      
      * Add interpolation of patch embeddings
      
      * Comment out code
      
      * Fix bug
      
      * Fix another bug
      
      * Fix bug
      
      * Fix another bug
      
      * Remove print statements
      
      * Update conversion script
      
      * Use the official vit implementation
      
      * Add support for converting dino_vits8
      
      * Add DINO to docs of ViT
      
      * Remove assertion
      
      * Add interpolation of position encodings
      
      * Fix bug
      
      * Add align_corners
      
      * Add interpolate_pos_encoding option to forward pass of ViTModel
      
      * Improve interpolate_pos_encoding method
      
      * Add docstring
      0759f251