Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
File size: 1,308 Bytes
8f95f19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b9de17
8f95f19
930d815
 
 
 
 
 
 
 
 
 
 
312575d
930d815
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
configs:
- config_name: default
  data_files:
  - split: eval
    path: data/eval-*
  - split: DrawBench_trimmed
    path: data/DrawBench_trimmed-*
  - split: DiffusionDB_trimmed
    path: data/DiffusionDB_trimmed-*
  - split: Realism
    path: data/Realism-*
  - split: ABC_trimmed
    path: data/ABC_trimmed-*
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: category
    dtype: string
  - name: source
    dtype: string
  - name: uid
    dtype: int32
  splits:
  - name: eval
    num_bytes: 24907
    num_examples: 197
  - name: DrawBench_trimmed
    num_bytes: 7673
    num_examples: 77
  - name: DiffusionDB_trimmed
    num_bytes: 8173
    num_examples: 40
  - name: Realism
    num_bytes: 5383
    num_examples: 40
  - name: ABC_trimmed
    num_bytes: 3678
    num_examples: 40
  download_size: 38022
  dataset_size: 49814
---
# Dataset Card


Dataset in [ImagenHub](arxiv.org/abs/2310.01596). 


# Citation

Please kindly cite our paper if you use our code, data, models or results:

```
@article{ku2023imagenhub,
  title={ImagenHub: Standardizing the evaluation of conditional image generation models},
  author={Max Ku and Tianle Li and Kai Zhang and Yujie Lu and Xingyu Fu and Wenwen Zhuang and Wenhu Chen},
  journal={arXiv preprint arXiv:2310.01596},
  year={2023}
}
```