File size: 645 Bytes
75c0ccb |
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 |
---
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: 15795
num_examples: 215
- name: eval
num_bytes: 9823
num_examples: 150
download_size: 15690
dataset_size: 25618
---
# Dataset Card for "Subject-Driven-ImageBench"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |