File size: 964 Bytes
07565ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: id
    dtype: string
  - name: original_prompt
    dtype: string
  - name: positive_prompt
    dtype: string
  - name: negative_prompt
    dtype: string
  - name: model
    dtype: string
  - name: filepath
    dtype: string
  - name: num_inference_steps
    dtype: int64
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  - name: url
    dtype: string
  - name: image
    dtype: image
  - name: heatmap_labels
    sequence: string
  - name: heatmaps
    sequence:
      sequence:
        sequence: float64
  splits:
  - name: train
    num_bytes: 127788930013.0
    num_examples: 501000
  download_size: 54902331553
  dataset_size: 127788930013.0
---
# Dataset Card for "ELSA500k_track2"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)