Rs9000 commited on
Commit
07565ff
1 Parent(s): 973acec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: string
11
+ - name: original_prompt
12
+ dtype: string
13
+ - name: positive_prompt
14
+ dtype: string
15
+ - name: negative_prompt
16
+ dtype: string
17
+ - name: model
18
+ dtype: string
19
+ - name: filepath
20
+ dtype: string
21
+ - name: num_inference_steps
22
+ dtype: int64
23
+ - name: width
24
+ dtype: int64
25
+ - name: height
26
+ dtype: int64
27
+ - name: url
28
+ dtype: string
29
+ - name: image
30
+ dtype: image
31
+ - name: heatmap_labels
32
+ sequence: string
33
+ - name: heatmaps
34
+ sequence:
35
+ sequence:
36
+ sequence: float64
37
+ splits:
38
+ - name: train
39
+ num_bytes: 127788930013.0
40
+ num_examples: 501000
41
+ download_size: 54902331553
42
+ dataset_size: 127788930013.0
43
+ ---
44
+ # Dataset Card for "ELSA500k_track2"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)