Update README.md
This commit is contained in:
parent
70cc6c7344
commit
c55439c7e1
|
@ -2,6 +2,7 @@
|
||||||
license: apache-2.0
|
license: apache-2.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# Chinese-CLIP-Base
|
# Chinese-CLIP-Base
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
@ -19,7 +20,7 @@ pip install -e .
|
||||||
```
|
```
|
||||||
After installation, use Chinese CLIP as shown below:
|
After installation, use Chinese CLIP as shown below:
|
||||||
```python
|
```python
|
||||||
import torch
|
import torch
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
import cn_clip.clip as clip
|
import cn_clip.clip as clip
|
||||||
|
@ -117,7 +118,7 @@ However, if you are not satisfied with only using the API, feel free to check ou
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Citation
|
## Citation
|
||||||
If you find the project helpful, please star this project and cite the related articles. Thanks for your support!
|
If you find Chinese CLIP helpful, feel free to cite our paper. Thanks for your support!
|
||||||
|
|
||||||
```
|
```
|
||||||
@article{chinese-clip,
|
@article{chinese-clip,
|
||||||
|
|
Loading…
Reference in New Issue