Update README.md
This commit is contained in:
parent
549ca7204f
commit
41af8fa28c
15
README.md
15
README.md
|
@ -114,4 +114,17 @@ However, if you are not satisfied with only using the API, feel free to check ou
|
|||
<td>CN-CLIP<sub>ViT-B</sub></td><td><b>62.2</b></td><td><b>86.6</b></td><td><b>94.9</b></td><td><b>77.0</b></td><td><b>97.1</b></td><td><b>99.0</b></td><td><b>57.0</b></td><td><b>84.1</b></td><td><b>93.6</b></td><td><b>77.4</b></td><td><b>96.2</b></td><td><b>98.9</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<br>
|
||||
|
||||
## Citation
|
||||
If you find the project helpful, please star this project and cite the related articles. Thanks for your support!
|
||||
|
||||
```
|
||||
@article{chinese-clip,
|
||||
title={Chinese CLIP: Contrastive Vision-Language Pretraining in Chinese},
|
||||
author={Yang, An and Pan, Junshu and Lin, Junyang and Men, Rui and Zhang, Yichang and Zhou, Jingren and Zhou, Chang},
|
||||
journal={arXiv preprint arXiv:2211.01335},
|
||||
year={2022}
|
||||
}
|
||||
```
|
||||
<br>
|
Loading…
Reference in New Issue