Update README.md
Browse files
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
|
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
|