Fahad-7864/autotrain-data-trial
收藏Hugging Face2023-03-26 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Fahad-7864/autotrain-data-trial
下载链接
链接失效反馈官方服务:
资源简介:
---
task_categories:
- image-classification
---
# AutoTrain Dataset for project: trial
## Dataset Description
This dataset has been automatically processed by AutoTrain for project trial.
### Languages
The BCP-47 code for the dataset's language is unk.
## Dataset Structure
### Data Instances
A sample from this dataset looks as follows:
```json
[
{
"image": "<32x36 RGBA PIL image>",
"target": 0
},
{
"image": "<32x36 RGBA PIL image>",
"target": 2
}
]
```
### Dataset Fields
The dataset has the following fields (also called "features"):
```json
{
"image": "Image(decode=True, id=None)",
"target": "ClassLabel(names=['Healer_f', 'healer_m', 'ninja_m', 'ranger_m', 'rpgsprites1'], id=None)"
}
```
### Dataset Splits
This dataset is split into a train and validation split. The split sizes are as follow:
| Split name | Num samples |
| ------------ | ------------------- |
| train | 45 |
| valid | 15 |
提供机构:
Fahad-7864
原始信息汇总
数据集概述
任务类别
- 图像分类
数据集描述
- 自动处理用于项目“trial”的数据集。
- 语言代码:unk
数据集结构
数据实例
- 示例数据包含图像和目标标签,如下所示: json [ { "image": "<32x36 RGBA PIL image>", "target": 0 }, { "image": "<32x36 RGBA PIL image>", "target": 2 } ]
数据集字段
- 包含以下字段:
image: 图像数据target: 分类标签,包含类别[Healer_f, healer_m, ninja_m, ranger_m, rpgsprites1]
数据集分割
- 分割为训练集和验证集,具体分配如下:
分割名称 样本数量 训练集 45 验证集 15



