myAmazonMLChallengeDataset
收藏资源简介:
该数据集包含700个样本,分为训练集(300个)、测试集(300个)和样本集(100个)。每个样本包含三个字段:图像(image,以路径和二进制形式存储)、提示词(prompt,字符串类型)和价格(price,字符串类型)。数据集总大小约148MB,平均每个样本约212KB。图像和提示词的组合表明该数据集可能用于文本到图像生成、图像到文本描述或与价格相关的多模态任务,具体用途需参考原始任务定义。
This dataset contains 700 samples in total, divided into three subsets: a training set (300 samples), a test set (300 samples), and a sample set (100 samples). Each sample includes three fields: image (stored in both path and binary formats), prompt (string type), and price (string type). The total size of the dataset is approximately 148 MB, with an average size of about 212 KB per sample. The combination of images and prompts indicates that this dataset may be used for text-to-image generation, image-to-text captioning, or price-related multimodal tasks, and its specific usage should refer to the original task definition.
数据集概述
该数据集名为 myAmazonMLChallengeDataset,是一个用于机器学习挑战赛的数据集,主要面向Amazon相关的任务场景。
数据集结构
数据集包含以下三个特征字段:
- image:图像数据,包含
path(路径)和bytes(二进制数据)两个子字段,用于存储图像信息。 - prompt:字符串类型,用于存储提示或描述文本。
- price:字符串类型,用于存储价格信息。
数据划分
数据集分为三个子集,共包含 700 个样本:
| 子集名称 | 样本数量 | 数据大小 |
|---|---|---|
| train(训练集) | 300 | 64,216,184 字节 |
| test(测试集) | 300 | 64,331,095 字节 |
| sample(示例集) | 100 | 19,755,680 字节 |
数据集规模
- 下载大小:146,654,813 字节(约 146.65 MB)
- 数据集总大小:148,302,959 字节(约 148.30 MB)
数据文件
三个子集的数据文件分别存储为:
data/train-*:训练集数据data/test-*:测试集数据data/sample-*:示例集数据
该数据集可用于图像与文本结合的任务,例如根据图像和提示预测价格等场景。




