rokmr commited on
Commit
104b749
·
1 Parent(s): 4f9fb32

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +7 -8
dataset_infos.json CHANGED
@@ -1,10 +1,9 @@
1
 
2
  {
3
- "full_size": {
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/fastai/imagenette",
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": null,
22
- "task_templates": null,
23
  "builder_name": "pets",
24
- "config_name": "full_size",
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,