Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,41 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
pretty_name: DiffusionDB Captions
|
6 |
+
size_categories:
|
7 |
+
- 1M<n<10M
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: description
|
11 |
+
dtype: string
|
12 |
+
splits:
|
13 |
+
- name: train
|
14 |
+
num_bytes: 50735678
|
15 |
+
num_examples: 967163
|
16 |
+
- name: validation
|
17 |
+
num_bytes: 101940
|
18 |
+
num_examples: 1948
|
19 |
+
- name: test
|
20 |
+
num_bytes: 256037
|
21 |
+
num_examples: 4870
|
22 |
+
download_size: 35930405
|
23 |
+
dataset_size: 51093655
|
24 |
+
configs:
|
25 |
+
- config_name: default
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: data/train-*
|
29 |
+
- split: validation
|
30 |
+
path: data/validation-*
|
31 |
+
- split: test
|
32 |
+
path: data/test-*
|
33 |
+
---
|
34 |
+
|
35 |
+
|
36 |
+
Captions corpora processed from DiffusionDB dataset, the goal is to create a dataset similar to [flickr30k](https://huggingface.co/datasets/sentence-transformers/flickr30k-captions)
|
37 |
+
|
38 |
+
pre-processing includes:
|
39 |
+
- remove style prompts
|
40 |
+
- remove too long and specific prompts
|
41 |
+
- remove prompts with many specific names
|