svjack commited on
Commit
66ffb28
·
1 Parent(s): a6edcbc

Upload README.md with huggingface_hub

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