File size: 915 Bytes
75c0ccb 5991d98 75c0ccb 5991d98 75c0ccb 5991d98 75c0ccb c9cf7b2 75c0ccb bbca6a7 8451c3b bbca6a7 |
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: full
path: data/full-*
- split: eval
path: data/eval-*
dataset_info:
features:
- name: prompt
dtype: string
- name: subject
dtype: string
- name: uid
dtype: int32
- name: subject_id
dtype: int32
splits:
- name: full
num_bytes: 15084
num_examples: 215
- name: eval
num_bytes: 9252
num_examples: 150
download_size: 15136
dataset_size: 24336
---
# 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}
}
``` |