nreimers commited on
Commit
61c3f1c
1 Parent(s): b2c307a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -41,6 +41,8 @@ In the following table we find the zero-shot ImageNet validation set accuracy:
41
 
42
  | Model | Top 1 Performance |
43
  | --- | :---: |
44
- | clip-ViT-B-32 | 63.3 |
45
- | clip-ViT-B-16 | 68.1 |
46
- | clip-ViT-L-14 | 75.4 |
 
 
41
 
42
  | Model | Top 1 Performance |
43
  | --- | :---: |
44
+ | [clip-ViT-B-32](https://huggingface.co/sentence-transformers/clip-ViT-B-32) | 63.3 |
45
+ | [clip-ViT-B-16](https://huggingface.co/sentence-transformers/clip-ViT-B-16) | 68.1 |
46
+ | [clip-ViT-L-14](https://huggingface.co/sentence-transformers/clip-ViT-L-14) | 75.4 |
47
+
48
+ For a multilingual version of the CLIP model for 50+ languages have a look at: [clip-ViT-B-32-multilingual-v1](https://huggingface.co/sentence-transformers/clip-ViT-B-32-multilingual-v1)