merve HF staff commited on
Commit
6c6d384
·
1 Parent(s): 2bbcf4f

Upload README.md with huggingface_hub

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