rbeauchamp commited on
Commit
4507c0e
1 Parent(s): 46485ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: prompt
5
+ dtype: string
6
+ - name: seed
7
+ dtype: uint32
8
+ - name: step
9
+ dtype: uint16
10
+ - name: cfg
11
+ dtype: float32
12
+ - name: sampler
13
+ dtype: string
14
+ - name: width
15
+ dtype: uint16
16
+ - name: height
17
+ dtype: uint16
18
+ - name: user_name
19
+ dtype: string
20
+ - name: timestamp
21
+ dtype: timestamp[ns, tz=UTC]
22
+ - name: image_nsfw
23
+ dtype: float32
24
+ - name: prompt_nsfw
25
+ dtype: float32
26
+ - name: __index_level_0__
27
+ dtype: int64
28
+ - name: image_path
29
+ dtype: string
30
+ - name: image
31
+ dtype: image
32
+ splits:
33
+ - name: train
34
+ num_bytes: 22139609531.30241
35
+ num_examples: 34537
36
+ download_size: 21346107309
37
+ dataset_size: 22139609531.30241
38
+ ---
39
+ # Dataset Card for "diffusion_db_dedupe_from50k_train"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)