yangapku commited on
Commit
36e679e
1 Parent(s): 3d6c51c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ widget:
17
  # Chinese-CLIP-ViT-Base-Patch16
18
 
19
  ## Introduction
20
- This is the base-version of the Chinese CLIP, with ViT-B/16 as the image encoder and RoBERTa-wwm-base 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
21
 
22
  ## Use with the official API
23
  We provide a simple code snippet to show how to use the API of Chinese-CLIP to compute the image & text embeddings and similarities.
17
  # Chinese-CLIP-ViT-Base-Patch16
18
 
19
  ## Introduction
20
+ This is the base-version of the Chinese CLIP, with ViT-B/16 as the image encoder and RoBERTa-wwm-base 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! 🔥🔥)
21
 
22
  ## Use with the official API
23
  We provide a simple code snippet to show how to use the API of Chinese-CLIP to compute the image & text embeddings and similarities.