Commit ·
c55439c
1
Parent(s): 70cc6c7
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
|
|
|
| 5 |
# Chinese-CLIP-Base
|
| 6 |
|
| 7 |
## Introduction
|
|
@@ -19,7 +20,7 @@ pip install -e .
|
|
| 19 |
```
|
| 20 |
After installation, use Chinese CLIP as shown below:
|
| 21 |
```python
|
| 22 |
-
import torch
|
| 23 |
from PIL import Image
|
| 24 |
|
| 25 |
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
|
|
| 117 |
<br>
|
| 118 |
|
| 119 |
## Citation
|
| 120 |
-
If you find
|
| 121 |
|
| 122 |
```
|
| 123 |
@article{chinese-clip,
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
|
| 6 |
# Chinese-CLIP-Base
|
| 7 |
|
| 8 |
## Introduction
|
|
|
|
| 20 |
```
|
| 21 |
After installation, use Chinese CLIP as shown below:
|
| 22 |
```python
|
| 23 |
+
import torch
|
| 24 |
from PIL import Image
|
| 25 |
|
| 26 |
import cn_clip.clip as clip
|
|
|
|
| 118 |
<br>
|
| 119 |
|
| 120 |
## Citation
|
| 121 |
+
If you find Chinese CLIP helpful, feel free to cite our paper. Thanks for your support!
|
| 122 |
|
| 123 |
```
|
| 124 |
@article{chinese-clip,
|