Tarobi
收藏资源简介:
Tarobi 是一个大规模合成图像数据集,包含由 DALL-E 3、Midjourney 和 Stable Diffusion 生成的高质量图像。该数据集源自 ProGamerGov/synthetic-dataset-1m-dalle3-highquality-captions 项目。数据集规模为 1,000,000 个训练样本。数据以 Parquet 文件格式组织,主要包含两个部分:data/ 目录下的文件存储完整的图像二进制数据及其所有元数据;index/ 目录下的文件则存储轻量级索引,仅包含图像名称和提示词。此外,还包含一个 pipeline_state.json 文件用于记录数据收集的自动恢复状态。数据集包含以下字段:image_name(图像文件名)、image(JPEG 或 PNG 格式的原始图像字节数据)、prompt(用于图像生成的提示词,由原始提示词转换为简短描述)、long_caption(由 CogVLM 模型生成的详细图像描述)、width(图像宽度,像素)、height(图像高度,像素)以及 source_shard(标识源数据分片,例如 data-000000)。该数据集适用于文本到图像生成模型的训练与评估、提示词工程研究、图像描述生成以及多模态人工智能模型的开发等任务。
Tarobi is a large-scale synthetic image dataset containing high-quality images generated by DALL-E 3, Midjourney, and Stable Diffusion. It originates from the ProGamerGov/synthetic-dataset-1m-dalle3-highquality-captions project. The dataset consists of 1,000,000 training samples. Data is organized in Parquet format, primarily comprising two parts: files in the data/ directory store complete image binary data and all metadata, while files in the index/ directory store lightweight indexes containing only image names and prompts. Additionally, it includes a pipeline_state.json file to record the automatic recovery state of data collection. The dataset includes the following fields: image_name (image file name), image (raw image byte data in JPEG or PNG format), prompt (prompt used for image generation, converted from the original prompt to a short description), long_caption (detailed image description generated by the CogVLM model), width (image width in pixels), height (image height in pixels), and source_shard (identifying the source data shard, e.g., data-000000). It is suitable for tasks such as training and evaluation of text-to-image generation models, prompt engineering research, image caption generation, and development of multimodal AI models.
数据集概述:Tarobi
Tarobi 是一个由合成图像组成的数据集,主要包含由 DALL-E 3、Midjourney 和 Stable Diffusion 生成的高质量图像。
数据集规模与划分
- 训练集(train):包含 1,000,000 个样本。
数据文件结构
数据集以 Parquet 格式存储,主要文件分布在以下目录:
| 目录或文件 | 内容说明 |
|---|---|
data/chunk_XXXXXX.parquet |
包含图像字节数据及所有元数据。 |
index/chunk_XXXXXX.parquet |
轻量索引文件,仅包含 image_name 和 prompt。 |
pipeline_state.json |
数据收集状态文件,用于自动恢复。 |
数据列说明
| 列名 | 数据类型 | 描述 |
|---|---|---|
image_name |
string | 图像文件的名称。 |
image |
binary | 图像的原始字节数据(JPEG 或 PNG 格式)。 |
prompt |
string | 生成图像所用的提示词(从原始提示词转换为简短描述)。 |
long_caption |
string | 由 CogVLM 生成的详细描述。 |
width |
int32 | 图像的宽度(像素)。 |
height |
int32 | 图像的高度(像素)。 |
source_shard |
string | 数据来源的分片标识(例如 data-000000)。 |
数据来源
数据集基于 ProGamerGov/synthetic-dataset-1m-dalle3-high-quality-captions 构建。




