Compare commits

...

10 Commits

Author SHA1 Message Date
An Yang 36e679e65c Update README.md 2022-12-09 06:10:13 +00:00
Junyang Lin 3d6c51ca70 Update README.md 2022-12-03 14:20:32 +00:00
Junyang Lin 0b5b262f49 Update README.md 2022-12-03 14:15:20 +00:00
Junyang Lin 77a601c1bb Update README.md 2022-12-03 14:14:53 +00:00
Junyang Lin 20063fa88f Update README.md 2022-12-03 14:13:13 +00:00
Junyang Lin 94c72c8867 Update README.md 2022-12-03 14:11:00 +00:00
Junyang Lin 37a7a751ea Update README.md 2022-12-03 14:06:45 +00:00
Junyang Lin 979d7dd9d1 Update README.md 2022-12-03 14:05:50 +00:00
Junyang Lin 82ea5345a4 Update README.md 2022-12-03 14:04:10 +00:00
Junyang Lin 4eb92507f6 Update README.md 2022-12-03 14:03:32 +00:00
1 changed files with 9 additions and 3 deletions

View File

@ -2,16 +2,22 @@
tags:
- vision
widget:
- src: feastival.jpg
candidate_labels: 灯笼, 对联, 年糕, 鞭炮
- src: https://huggingface.co/OFA-Sys/chinese-clip-vit-base-patch16/resolve/main/festival.jpg
candidate_labels: 灯笼, 鞭炮, 对联
example_title: festival
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/cat-dog-music.png
candidate_labels: 音乐表演, 体育运动
example_title: cat & dog
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/football-match.jpg
candidate_labels: 梅西, C罗, 马奎尔
example_title: football
---
# Chinese-CLIP-ViT-Base-Patch16
## Introduction
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
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! 🔥🔥)
## Use with the official API
We provide a simple code snippet to show how to use the API of Chinese-CLIP to compute the image & text embeddings and similarities.