Update README.md

This commit is contained in:
Junyang Lin 2022-11-09 09:39:10 +00:00 committed by huggingface-web
parent 4fbc4cf5f2
commit 4d7d96e8a1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ license: apache-2.0
# Chinese-CLIP-ViT-Base-Patch16
## Introduction
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
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
## Use with the official API
We provide a simple code snippet to show how to use the API for Chinese-CLIP. For starters, please install cn_clip: