albanc/autotrain-data-doodles-30
收藏Hugging Face2023-05-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/albanc/autotrain-data-doodles-30
下载链接
链接失效反馈官方服务:
资源简介:
---
task_categories:
- image-classification
license: openrail
---
# AutoTrain Dataset for project: doodles-30
## Dataset Description
This dataset has been automatically processed by AutoTrain for project doodles-30.
### 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": "<256x256 RGB PIL image>",
"target": 1
},
{
"image": "<256x256 RGB PIL image>",
"target": 3
}
]
```
### Dataset Fields
The dataset has the following fields (also called "features"):
```json
{
"image": "Image(decode=True, id=None)",
"target": "ClassLabel(names=['ant', 'bear', 'bee', 'bird', 'cat', 'dog', 'dolphin', 'elephant', 'giraffe', 'horse', 'lion', 'mosquito', 'tiger', 'whale'], 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 | 336 |
| valid | 84 |
提供机构:
albanc
原始信息汇总
数据集概述
数据集名称
AutoTrain Dataset for project: doodles-30
任务类别
- 图像分类
许可证
openrail
语言
- BCP-47代码:unk
数据集结构
数据实例
- 示例数据包含以下字段:
image: 256x256 RGB PIL图像target: 类别标签
数据集字段
image: 图像字段,支持解码target: 类别标签字段,包含以下类别:ant, bear, bee, bird, cat, dog, dolphin, elephant, giraffe, horse, lion, mosquito, tiger, whale
数据集分割
- 训练集:336个样本
- 验证集:84个样本



