yangapku commited on
Commit
503e16b
1 Parent(s): 6448509

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,10 +15,10 @@ widget:
15
 
16
 
17
 
18
- # Chinese-CLIP-ViT-Large-Patch14
19
 
20
  ## Introduction
21
- This is the huge-version of the Chinese CLIP, with ViT-H/14 as the image encoder and RoBERTa-wwm-large as the text encoder. Chinese CLIP is a simple implementation of CLIP on a large-scale dataset of around 200 million Chinese image-text pairs. For more details, please refer to our technical report https://arxiv.org/abs/2211.01335 and our official github repo https://github.com/OFA-Sys/Chinese-CLIP
22
 
23
  ## Use with the official API
24
  We provide a simple code snippet to show how to use the API of Chinese-CLIP to compute the image & text embeddings and similarities.
 
15
 
16
 
17
 
18
+ # Chinese-CLIP-ViT-Huge-Patch14
19
 
20
  ## Introduction
21
+ This is the huge-version of the Chinese CLIP, with ViT-H/14 as the image encoder and RoBERTa-wwm-large as the text encoder. Chinese CLIP is a simple implementation of CLIP on a large-scale dataset of around 200 million Chinese image-text pairs. For more details, please refer to our technical report https://arxiv.org/abs/2211.01335 and our official github repo https://github.com/OFA-Sys/Chinese-CLIP (Welcome to star! 🔥🔥)
22
 
23
  ## Use with the official API
24
  We provide a simple code snippet to show how to use the API of Chinese-CLIP to compute the image & text embeddings and similarities.