pets / dataset_infos.json
rokmr's picture
Update dataset_infos.json
12d5a4d
raw
history blame contribute delete
No virus
1.19 kB
{
"default": {
"description": "pets is a dataset of images of pets (cats, dogs & rabbits) taken from web. It consists of 3 classes: 3. Data was annotated\nby myself.",
"homepage": "https://github.com/rokmr",
"license": "MIT",
"image": {
"decode": true,
"id": null,
"_type": "Image"
},
"label": {
"num_classes": 3,
"names": ["cat", "dog", "rabbit"],
"id": null,
"_type": "ClassLabel"
},
"post_processed": null,
"supervised_keys": {"input": "image", "output": "labels"},
"task_templates": [{"task": "image-classification", "image_column": "image", "label_column": "labels"}],
"builder_name": "pets",
"config_name": "default",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 0,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 20400000,
"num_examples": 900,
"dataset_name": "pets"
},
"test": {
"name": "test",
"num_bytes": 3290000,
"num_examples": 150,
"dataset_name": "pets"
}
}
}
}