File size: 464 Bytes
8b249a4 | 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 | ---
license: mit
task_categories:
- text-to-image
language:
- en
# 明确告诉 HF Hub 每列的数据类型
dataset_info:
features:
image:
dtype: image
prompt:
dtype: string
idx:
dtype: int64
configs:
- config_name: body
data_files:
- split: train
path:
- "body/train.parquet"
- config_name: nature
data_files:
- split: train
path:
- "nature/train.parquet"
---
|