Upload dataset_infos.json
Browse files- dataset_infos.json +64 -0
dataset_infos.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"autoevaluate--mnist-sample": {
|
2 |
+
"description": "The MNIST dataset consists of 70,000 28x28 black-and-white images in 10 classes (one for each digits), with 7,000\nimages per class. There are 60,000 training images and 10,000 test images.\n",
|
3 |
+
"citation": "@article{lecun2010mnist,\n title={MNIST handwritten digit database},\n author={LeCun, Yann and Cortes, Corinna and Burges, CJ},\n journal={ATT Labs [Online]. Available: http://yann.lecun.com/exdb/mnist},\n volume={2},\n year={2010}\n}\n",
|
4 |
+
"homepage": "http://yann.lecun.com/exdb/mnist/",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"image": {
|
8 |
+
"decode": true,
|
9 |
+
"id": null,
|
10 |
+
"_type": "Image"
|
11 |
+
},
|
12 |
+
"label": {
|
13 |
+
"num_classes": 10,
|
14 |
+
"names": [
|
15 |
+
"0",
|
16 |
+
"1",
|
17 |
+
"2",
|
18 |
+
"3",
|
19 |
+
"4",
|
20 |
+
"5",
|
21 |
+
"6",
|
22 |
+
"7",
|
23 |
+
"8",
|
24 |
+
"9"
|
25 |
+
],
|
26 |
+
"id": null,
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"post_processed": null,
|
31 |
+
"supervised_keys": {
|
32 |
+
"input": "image",
|
33 |
+
"output": "label"
|
34 |
+
},
|
35 |
+
"task_templates": [
|
36 |
+
{
|
37 |
+
"task": "image-classification",
|
38 |
+
"image_column": "image",
|
39 |
+
"label_column": "label"
|
40 |
+
}
|
41 |
+
],
|
42 |
+
"builder_name": "mnist",
|
43 |
+
"config_name": "mnist",
|
44 |
+
"version": {
|
45 |
+
"version_str": "1.0.0",
|
46 |
+
"description": null,
|
47 |
+
"major": 1,
|
48 |
+
"minor": 0,
|
49 |
+
"patch": 0
|
50 |
+
},
|
51 |
+
"splits": {
|
52 |
+
"test": {
|
53 |
+
"name": "test",
|
54 |
+
"num_bytes": 28664.32,
|
55 |
+
"num_examples": 100,
|
56 |
+
"dataset_name": "mnist-sample"
|
57 |
+
}
|
58 |
+
},
|
59 |
+
"download_checksums": null,
|
60 |
+
"download_size": 26861,
|
61 |
+
"post_processing_size": null,
|
62 |
+
"dataset_size": 28664.32,
|
63 |
+
"size_in_bytes": 55525.32
|
64 |
+
}}
|