ikala-ray commited on
Commit
8b215c4
·
1 Parent(s): 46abcc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ datasets:
12
 
13
  A SigLIP (Sigmoid loss for Language-Image Pre-training) model trained on WebLI.
14
 
15
- This model has been converted to from Open-CLIP : [timm/ViT-B-16-SigLIP-i18n-256](https://huggingface.co/timm/ViT-B-16-SigLIP-i18n-256) to huggingface CLIPVisionModel
16
 
17
  ```Python
18
  from transformers import CLIPVisionModel, CLIPImageProcessor
 
12
 
13
  A SigLIP (Sigmoid loss for Language-Image Pre-training) model trained on WebLI.
14
 
15
+ This model has been converted from Open-CLIP : [timm/ViT-B-16-SigLIP-i18n-256](https://huggingface.co/timm/ViT-B-16-SigLIP-i18n-256) to huggingface CLIPVisionModel
16
 
17
  ```Python
18
  from transformers import CLIPVisionModel, CLIPImageProcessor