Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,30 @@ language:
|
|
23 |
- en
|
24 |
size_categories:
|
25 |
- 10K<n<100K
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- en
|
24 |
size_categories:
|
25 |
- 10K<n<100K
|
26 |
+
images_reference:
|
27 |
+
- KREAM (https://kream.co.kr/)
|
28 |
+
pretty_name: KREAM Product Blip Capitions
|
29 |
+
---
|
30 |
+
|
31 |
+
## KREAM Product Blip Captions Dataset Information
|
32 |
+
|
33 |
+
**KREAM Product Blip Captions Dataset** is a dataset card for finetuning text-to-image generative model collected from [KREAM](https://kream.co.kr/), one of the best online-resell market in Korea.
|
34 |
+
Have fun creating realistic, high-quality fashion items!
|
35 |
+
|
36 |
+
This dataset consists of 'image' and 'text' key pairs.
|
37 |
+
The format of 'text' is 'category (e.g. outer), product original name (e.g. The North Face 1996 Eco Nuptse Jacket Black), blip captions (e.g. a photography of the north face black down jacket)'.
|
38 |
+
|
39 |
+
You can easily construct this dataset and finetune stable diffusion from scratch using [easy-finetuning-stable-diffusion](https://github.com/hahminlew/easy-finetuning-stable-diffusion).
|
40 |
+
|
41 |
+
## Citation
|
42 |
+
|
43 |
+
If you use this dataset, please cite it as:
|
44 |
+
|
45 |
+
```
|
46 |
+
@misc{lew2023kream,
|
47 |
+
author = {Lew, Hah Min},
|
48 |
+
title = {KREAM Product BLIP Captions},
|
49 |
+
year={2023},
|
50 |
+
howpublished= {\url{https://huggingface.co/datasets/hahminlew/kream-product-blip-captions/}}
|
51 |
+
}
|
52 |
+
```
|