svjack commited on
Commit
3441c9e
1 Parent(s): 36c6e36

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: float32
14
+ - name: sampler
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 6221323762.0
19
+ num_examples: 10000
20
+ download_size: 5912620994
21
+ dataset_size: 6221323762.0
22
+ ---
23
+ # Dataset Card for "diffusiondb_random_10k"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)