SkyWork
commited on
Commit
·
5be88f8
1
Parent(s):
de00ad7
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ Introduction to SkyCLIP Models
|
|
13 |
SkyCLIP is a CLIP model obtained by using an efficient method of training Chinese-English bilingual CLIP models. This method only needs to use text data to achieve efficient distillation of the OpenAI-CLIP model, which greatly reduces the data threshold. At the same time, training requires Compared with the original CLIP model, the computing power requirement is reduced by more than 90%, which is convenient for the open source community to reproduce/fine-tune. This method only changes the text encoder of OpenAI-CLIP, and can be used with the image encoder of OpenAI-CLIP to realize the image-text retrieval function.
|
14 |
|
15 |
# Show Cases
|
16 |
-
|
17 |
[机械狗](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/1.png)
|
18 |
|
19 |
[城堡 大海 夕阳 宫崎骏动画](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/2.png)
|
@@ -262,21 +262,17 @@ with torch.no_grad():
|
|
262 |
|
263 |
# 效果展示
|
264 |
|
265 |
-
### 中文
|
266 |
-
机械狗
|
267 |
-

|
268 |
|
269 |
-
|
270 |
-
|
|
|
|
|
|
|
271 |
|
272 |
-
|
273 |
-

|
274 |
|
275 |
-
|
276 |
-

|
277 |
|
278 |
-
鸡你太美
|
279 |
-

|
280 |
|
281 |
## 测试用例
|
282 |
|
|
|
13 |
SkyCLIP is a CLIP model obtained by using an efficient method of training Chinese-English bilingual CLIP models. This method only needs to use text data to achieve efficient distillation of the OpenAI-CLIP model, which greatly reduces the data threshold. At the same time, training requires Compared with the original CLIP model, the computing power requirement is reduced by more than 90%, which is convenient for the open source community to reproduce/fine-tune. This method only changes the text encoder of OpenAI-CLIP, and can be used with the image encoder of OpenAI-CLIP to realize the image-text retrieval function.
|
14 |
|
15 |
# Show Cases
|
16 |
+
|
17 |
[机械狗](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/1.png)
|
18 |
|
19 |
[城堡 大海 夕阳 宫崎骏动画](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/2.png)
|
|
|
262 |
|
263 |
# 效果展示
|
264 |
|
|
|
|
|
|
|
265 |
|
266 |
+
[机械狗](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/1.png)
|
267 |
+
|
268 |
+
[城堡 大海 夕阳 宫崎骏动画](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/2.png)
|
269 |
+
|
270 |
+
[花落知多少](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/3.png)
|
271 |
|
272 |
+
[半鸡半人,强壮](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/4.png)
|
|
|
273 |
|
274 |
+
[鸡你太美](https://raw.githubusercontent.com/SkyWorkAIGC/SkyPaint/main/results/5.png)
|
|
|
275 |
|
|
|
|
|
276 |
|
277 |
## 测试用例
|
278 |
|