Zero-Shot Image Classification
Transformers
Safetensors
siglip
vision
Inference Endpoints

Fix resolution in Preprocessing subsection

#1
by alvarobartt HF staff - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ SigLIP is pre-trained on the WebLI dataset [(Chen et al., 2023)](https://arxiv.o
86
 
87
  ### Preprocessing
88
 
89
- Images are resized/rescaled to the same resolution (384x384) and normalized across the RGB channels with mean (0.5, 0.5, 0.5) and standard deviation (0.5, 0.5, 0.5).
90
 
91
  Texts are tokenized and padded to the same length (64 tokens).
92
 
 
86
 
87
  ### Preprocessing
88
 
89
+ Images are resized/rescaled to the same resolution (224x224) and normalized across the RGB channels with mean (0.5, 0.5, 0.5) and standard deviation (0.5, 0.5, 0.5).
90
 
91
  Texts are tokenized and padded to the same length (64 tokens).
92