Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Update dataset_infos.json
Browse files- dataset_infos.json +7 -8
dataset_infos.json
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
|
2 |
{
|
3 |
-
"
|
4 |
"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.",
|
5 |
-
"homepage": "https://github.com/
|
6 |
"license": "MIT",
|
7 |
-
"features": {
|
8 |
"image": {
|
9 |
"decode": true,
|
10 |
"id": null,
|
@@ -15,13 +14,13 @@
|
|
15 |
"names": ["cat", "dog", "rabbit"],
|
16 |
"id": null,
|
17 |
"_type": "ClassLabel"
|
18 |
-
}
|
19 |
-
|
20 |
"post_processed": null,
|
21 |
-
"supervised_keys":
|
22 |
-
"task_templates":
|
23 |
"builder_name": "pets",
|
24 |
-
"config_name": "
|
25 |
"version": {
|
26 |
"version_str": "1.0.0",
|
27 |
"description": null,
|
|
|
1 |
|
2 |
{
|
3 |
+
"default": {
|
4 |
"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.",
|
5 |
+
"homepage": "https://github.com/rokmr",
|
6 |
"license": "MIT",
|
|
|
7 |
"image": {
|
8 |
"decode": true,
|
9 |
"id": null,
|
|
|
14 |
"names": ["cat", "dog", "rabbit"],
|
15 |
"id": null,
|
16 |
"_type": "ClassLabel"
|
17 |
+
},
|
18 |
+
|
19 |
"post_processed": null,
|
20 |
+
"supervised_keys": {"input": "image", "output": "labels"},
|
21 |
+
"task_templates": [{"task": "image-classification", "image_column": "image", "label_column": "labels"}],
|
22 |
"builder_name": "pets",
|
23 |
+
"config_name": "default",
|
24 |
"version": {
|
25 |
"version_str": "1.0.0",
|
26 |
"description": null,
|