DRRK0 commited on
Commit
518ad92
1 Parent(s): fb620fb

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

2m_random_1k/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1158a834c319706ef214f44a6afcd36914be50139f026a64b819d871ed4c6312
3
+ size 333323939
2m_random_1k/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f215aa1b640f44c03b7af7b00404e9477ef9e346653257ec77c6539607915d8
3
+ size 302226882
README.md CHANGED
@@ -1,34 +1,72 @@
1
  ---
2
- layout: default
3
- title: Home
4
- nav_order: 1
5
- has_children: false
6
-
7
  annotations_creators:
8
  - no-annotation
9
- language:
10
- - en
11
  language_creators:
12
  - found
 
 
13
  license:
14
  - cc0-1.0
15
  multilinguality:
16
  - multilingual
17
- pretty_name: DiffusionDB
18
  size_categories:
19
  - n>1T
20
  source_datasets:
21
  - original
22
- tags:
23
- - stable diffusion
24
- - prompt engineering
25
- - prompts
26
- - research paper
27
  task_categories:
28
  - text-to-image
29
  - image-to-text
30
  task_ids:
31
  - image-captioning
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
 
34
  # DiffusionDB
 
1
  ---
 
 
 
 
 
2
  annotations_creators:
3
  - no-annotation
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - cc0-1.0
10
  multilinguality:
11
  - multilingual
 
12
  size_categories:
13
  - n>1T
14
  source_datasets:
15
  - original
 
 
 
 
 
16
  task_categories:
17
  - text-to-image
18
  - image-to-text
19
  task_ids:
20
  - image-captioning
21
+ pretty_name: DiffusionDB
22
+ layout: default
23
+ title: Home
24
+ nav_order: 1
25
+ has_children: false
26
+ tags:
27
+ - stable diffusion
28
+ - prompt engineering
29
+ - prompts
30
+ - research paper
31
+ dataset_info:
32
+ config_name: 2m_random_1k
33
+ features:
34
+ - name: image
35
+ dtype: image
36
+ - name: prompt
37
+ dtype: string
38
+ - name: seed
39
+ dtype: uint32
40
+ - name: step
41
+ dtype: uint16
42
+ - name: cfg
43
+ dtype: float32
44
+ - name: sampler
45
+ dtype: string
46
+ - name: width
47
+ dtype: uint16
48
+ - name: height
49
+ dtype: uint16
50
+ - name: user_name
51
+ dtype: string
52
+ - name: timestamp
53
+ dtype: timestamp[us, tz=UTC]
54
+ - name: image_nsfw
55
+ dtype: float32
56
+ - name: prompt_nsfw
57
+ dtype: float32
58
+ splits:
59
+ - name: train
60
+ num_bytes: 635615655.0
61
+ num_examples: 1000
62
+ download_size: 635550821
63
+ dataset_size: 635615655.0
64
+ configs:
65
+ - config_name: 2m_random_1k
66
+ data_files:
67
+ - split: train
68
+ path: 2m_random_1k/train-*
69
+ default: true
70
  ---
71
 
72
  # DiffusionDB