JustinLin610 commited on
Commit
cbfc8da
1 Parent(s): c55439c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ license: apache-2.0
8
  ## Introduction
9
  This is the base-version of the Chinese CLIP. 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
10
 
11
- ## How to use
12
  We provide a simple code snippet to show how to use the API for Chinese-CLIP. For starters, please install cn_clip:
13
  ```bash
14
  # to install the latest stable release
 
8
  ## Introduction
9
  This is the base-version of the Chinese CLIP. 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
10
 
11
+ ## Use with the official API
12
  We provide a simple code snippet to show how to use the API for Chinese-CLIP. For starters, please install cn_clip:
13
  ```bash
14
  # to install the latest stable release