Ricercar commited on
Commit
d2c5d44
·
1 Parent(s): 21f2e0d

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: image_id
7
+ dtype: string
8
+ - name: tag
9
+ dtype: string
10
+ - name: model_id
11
+ dtype: int64
12
+ - name: modelVersion_id
13
+ dtype: int64
14
+ - name: prompt_id
15
+ dtype: int64
16
+ - name: size
17
+ dtype: string
18
+ - name: seed
19
+ dtype: int64
20
+ - name: prompt
21
+ dtype: string
22
+ - name: negativePrompt
23
+ dtype: string
24
+ - name: cfgScale
25
+ dtype: float64
26
+ - name: sampler
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 10460348228.0
31
+ num_examples: 16000
32
+ download_size: 10408931967
33
+ dataset_size: 10460348228.0
34
+ ---
35
+ # Dataset Card for "ModelCofferPromptBook"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)