JustinLin610 commited on
Commit
b6105b7
1 Parent(s): d988a9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ license: apache-2.0
5
  # Chinese-CLIP-RN50
6
 
7
  ## Introduction
8
- This is the smallest model of the Chinese CLIP series, ResNet-50 as the image encoder and RBT3 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
9
 
10
  ## Use with the official API
11
  We provide a simple code snippet to show how to use the API for Chinese-CLIP. For starters, please install cn_clip:
 
5
  # Chinese-CLIP-RN50
6
 
7
  ## Introduction
8
+ This is the smallest model of the Chinese CLIP series, with ResNet-50 as the image encoder and RBT3 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
9
 
10
  ## Use with the official API
11
  We provide a simple code snippet to show how to use the API for Chinese-CLIP. For starters, please install cn_clip: