imagenet_edm2
收藏资源简介:
该数据集是一个图像分类数据集,包含一个训练集分割。每个数据样本由一张图像和一个对应的分类标签组成,标签是一个包含821个类别的分类变量,每个类别由一个从0到820的整数索引标识,并映射为一个五位数字的字符串名称(例如,索引0对应名称00000,索引820对应名称00820)。数据集的配置名为default,数据文件存储在data/train-*路径下,适用于多类别图像分类任务的模型训练。
This dataset is an image classification dataset containing a training set split. Each data sample consists of an image and a corresponding classification label. The label is a categorical variable with 821 classes, each identified by an integer index from 0 to 820 and mapped to a five-digit string name (e.g., index 0 corresponds to the name 00000, index 820 corresponds to 00820). The dataset configuration is named default, with data files stored under the data/train-* path, and it is suitable for model training in multi-class image classification tasks.
数据集概况
该数据集名为 imagenet_edm2,由用户 limsanky 上传至 Hugging Face 平台。
数据集结构与配置
- 配置名称:
default - 数据文件:
- 训练集(train): 数据存储在路径
data/train-*中(使用通配符匹配多个文件)。
- 训练集(train): 数据存储在路径
特征字段
数据集包含以下两个特征:
| 特征名 | 数据类型 | 说明 |
|---|---|---|
image |
image |
图像数据 |
label |
int |
分类标签,对应 0 至 819 共 820 个类别 |
- 类别数量: 820 个(标签范围从
00000到00819)。 - 标签说明: 每个标签值对应一个以五位数字命名的类别名称(如
00000、00001等),具体语义未在提供的 README 中说明。




