Zero-Shot Image Classification
vision
ariG23498 HF staff commited on
Commit
82ff7e3
·
verified ·
1 Parent(s): 022ee87

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -2,15 +2,14 @@
2
  license: apache-2.0
3
  tags:
4
  - vision
 
5
  ---
6
 
7
  # SigLIP 2 Large
8
 
9
- [SigLIP 2](https://huggingface.co/collections/google/siglip2-67b5dcef38c175486e240107)
10
- extends the pretraining objective of
11
- [SigLIP](https://huggingface.co/collections/google/siglip-659d5e62f0ae1a57ae0e83ba)
12
- with prior, independently developed techniques into a unified recipe, for improved semantic
13
- understanding, localization, and dense features.
14
 
15
  ## Intended uses
16
 
@@ -38,10 +37,18 @@ The model was trained on up to 2048 TPU-v5e chips.
38
 
39
  Evaluation of SigLIP 2 is shown below (taken from the paper).
40
 
41
- [Evaluation Table](TODO)
42
 
43
  ### BibTeX entry and citation info
44
 
45
  ```bibtex
46
- TODO
 
 
 
 
 
 
 
 
47
  ```
 
2
  license: apache-2.0
3
  tags:
4
  - vision
5
+ pipeline_tag: zero-shot-image-classification
6
  ---
7
 
8
  # SigLIP 2 Large
9
 
10
+ [SigLIP 2](https://huggingface.co/papers/2502.14786) extends the pretraining objective of
11
+ [SigLIP](https://huggingface.co/papers/2303.15343) with prior, independently developed techniques
12
+ into a unified recipe, for improved semantic understanding, localization, and dense features.
 
 
13
 
14
  ## Intended uses
15
 
 
37
 
38
  Evaluation of SigLIP 2 is shown below (taken from the paper).
39
 
40
+ ![Evaluation Table](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/blog/sg2-blog/eval_table.png)
41
 
42
  ### BibTeX entry and citation info
43
 
44
  ```bibtex
45
+ @misc{tschannen2025siglip2multilingualvisionlanguage,
46
+ title={SigLIP 2: Multilingual Vision-Language Encoders with Improved Semantic Understanding, Localization, and Dense Features},
47
+ author={Michael Tschannen and Alexey Gritsenko and Xiao Wang and Muhammad Ferjad Naeem and Ibrahim Alabdulmohsin and Nikhil Parthasarathy and Talfan Evans and Lucas Beyer and Ye Xia and Basil Mustafa and Olivier Hénaff and Jeremiah Harmsen and Andreas Steiner and Xiaohua Zhai},
48
+ year={2025},
49
+ eprint={2502.14786},
50
+ archivePrefix={arXiv},
51
+ primaryClass={cs.CV},
52
+ url={https://arxiv.org/abs/2502.14786},
53
+ }
54
  ```