File size: 410 Bytes
1084740
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "description": "A simple dataset with two images of a cat and a dog.",
    "license": "CC BY-SA 4.0",
    "keywords": [
        "image classification",
        "pets"
    ],
    "features": {
        "image": {
            "_type": "Image"
        },
        "label": {
            "names": [
                "cat",
                "dog"
            ],
            "_type": "ClassLabel"
        }
    }
}