1. 04 Jun, 2024 2 commits
  2. 23 May, 2024 1 commit
  3. 22 May, 2024 2 commits
  4. 20 May, 2024 1 commit
    • Hafedh's avatar
      fix for custom pipeline configuration (#29004) · c11ac785
      Hafedh authored
      * fix for custom pipeline configuration
      
      * fix for custom pipelines
      
      * remove extra exception
      
      * added test for custom pipelines extra tag
      
      * format with ruff
      
      * limit extra tag for first time only
      
      * format with ruff
      
      * improve tests for custom pipelines
      c11ac785
  5. 13 May, 2024 1 commit
  6. 07 May, 2024 1 commit
  7. 30 Apr, 2024 1 commit
  8. 26 Apr, 2024 1 commit
  9. 18 Apr, 2024 1 commit
  10. 17 Apr, 2024 1 commit
  11. 16 Apr, 2024 1 commit
  12. 09 Apr, 2024 1 commit
  13. 08 Apr, 2024 1 commit
  14. 05 Apr, 2024 1 commit
  15. 01 Apr, 2024 1 commit
  16. 26 Mar, 2024 1 commit
  17. 25 Mar, 2024 1 commit
  18. 08 Mar, 2024 1 commit
  19. 05 Mar, 2024 1 commit
  20. 04 Mar, 2024 1 commit
  21. 27 Feb, 2024 1 commit
  22. 20 Feb, 2024 1 commit
  23. 16 Feb, 2024 2 commits
  24. 12 Feb, 2024 1 commit
  25. 07 Feb, 2024 1 commit
  26. 05 Feb, 2024 2 commits
  27. 31 Jan, 2024 1 commit
  28. 19 Jan, 2024 2 commits
  29. 15 Jan, 2024 1 commit
  30. 11 Jan, 2024 2 commits
  31. 08 Jan, 2024 1 commit
    • NielsRogge's avatar
      Add SigLIP (#26522) · 3b742ea8
      NielsRogge authored
      
      
      * Add first draft
      
      * Use appropriate gelu function
      
      * More improvements
      
      * More improvements
      
      * More improvements
      
      * Convert checkpoint
      
      * More improvements
      
      * Improve docs, remove print statements
      
      * More improvements
      
      * Add link
      
      * remove unused masking function
      
      * begin tokenizer
      
      * do_lower_case
      
      * debug
      
      * set split_special_tokens=True
      
      * Remove script
      
      * Fix style
      
      * Fix rebase
      
      * Use same design as CLIP
      
      * Add fast tokenizer
      
      * Add SiglipTokenizer to init, remove extra_ids
      
      * Improve conversion script
      
      * Use smaller inputs in conversion script
      
      * Update conversion script
      
      * More improvements
      
      * Add processor to conversion script
      
      * Add tests
      
      * Remove print statements
      
      * Add tokenizer tests
      
      * Fix more tests
      
      * More improvements related to weight initialization
      
      * More improvements
      
      * Make more tests pass
      
      * More improvements
      
      * More improvements
      
      * Add copied from
      
      * Add canonicalize_text
      
      * Enable fast tokenizer tests
      
      * More improvements
      
      * Fix most slow tokenizer tests
      
      * Address comments
      
      * Fix style
      
      * Remove script
      
      * Address some comments
      
      * Add copied from to tests
      
      * Add more copied from
      
      * Add more copied from
      
      * Add more copied from
      
      * Remove is_flax_available
      
      * More updates
      
      * Address comment
      
      * Remove SiglipTokenizerFast for now
      
      * Add caching
      
      * Remove umt5 test
      
      * Add canonicalize_text inside _tokenize, thanks Arthur
      
      * Fix image processor tests
      
      * Skip tests which are not applicable
      
      * Skip test_initialization
      
      * More improvements
      
      * Compare pixel values
      
      * Fix doc tests, add integration test
      
      * Add do_normalize
      
      * Remove causal mask and leverage ignore copy
      
      * Fix attention_mask
      
      * Fix remaining tests
      
      * Fix dummies
      
      * Rename temperature and bias
      
      * Address comments
      
      * Add copied from to tokenizer tests
      
      * Add SiglipVisionModel to auto mapping
      
      * Add copied from to image processor tests
      
      * Improve doc
      
      * Remove SiglipVisionModel from index
      
      * Address comments
      
      * Improve docs
      
      * Simplify config
      
      * Add first draft
      
      * Make it like mistral
      
      * More improvements
      
      * Fix attention_mask
      
      * Fix output_attentions
      
      * Add note in docs
      
      * Convert multilingual model
      
      * Convert large checkpoint
      
      * Convert more checkpoints
      
      * Add pipeline support, correct image_mean and image_std
      
      * Use padding=max_length by default
      
      * Make processor like llava
      
      * Add code snippet
      
      * Convert more checkpoints
      
      * Set keep_punctuation_string=None as in OpenCLIP
      
      * Set normalized=False for special tokens
      
      * Fix doc test
      
      * Update integration test
      
      * Add figure
      
      * Update organization
      
      * Happy new year
      
      * Use AutoModel everywhere
      
      ---------
      Co-authored-by: default avatarpatil-suraj <surajp815@gmail.com>
      3b742ea8
  32. 05 Jan, 2024 1 commit
  33. 22 Dec, 2023 1 commit
  34. 15 Dec, 2023 1 commit