RossVermouth commited on
Commit
fe5ba1b
·
1 Parent(s): 47500de

Create dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +89 -0
dataset_info.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "description": "The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images\nper class. There are 50000 training images and 10000 test images.\n",
4
+ "citation": "@TECHREPORT{Krizhevsky09learningmultiple,\n author = {Alex Krizhevsky},\n title = {Learning multiple layers of features from tiny images},\n institution = {},\n year = {2009}\n}\n",
5
+ "homepage": "https://www.cs.toronto.edu/~kriz/cifar.html",
6
+ "license": "",
7
+ "features": {
8
+ "img": {
9
+ "id": null,
10
+ "_type": "Image"
11
+ },
12
+ "label": {
13
+ "num_classes": 10,
14
+ "names": [
15
+ "airplane",
16
+ "automobile",
17
+ "bird",
18
+ "cat",
19
+ "deer",
20
+ "dog",
21
+ "frog",
22
+ "horse",
23
+ "ship",
24
+ "truck"
25
+ ],
26
+ "names_file": null,
27
+ "id": null,
28
+ "_type": "ClassLabel"
29
+ }
30
+ },
31
+ "post_processed": null,
32
+ "supervised_keys": {
33
+ "input": "img",
34
+ "output": "label"
35
+ },
36
+ "task_templates": [
37
+ {
38
+ "task": "image-classification",
39
+ "image_column": "img",
40
+ "label_column": "label",
41
+ "labels": [
42
+ "airplane",
43
+ "automobile",
44
+ "bird",
45
+ "cat",
46
+ "deer",
47
+ "dog",
48
+ "frog",
49
+ "horse",
50
+ "ship",
51
+ "truck"
52
+ ]
53
+ }
54
+ ],
55
+ "builder_name": "cifar10",
56
+ "config_name": "plain_text",
57
+ "version": {
58
+ "version_str": "1.0.0",
59
+ "description": "",
60
+ "major": 1,
61
+ "minor": 0,
62
+ "patch": 0
63
+ },
64
+ "splits": {
65
+ "train": {
66
+ "name": "train",
67
+ "num_bytes": 113854600,
68
+ "num_examples": 50000,
69
+ "dataset_name": "cifar10"
70
+ },
71
+ "test": {
72
+ "name": "test",
73
+ "num_bytes": 22772838,
74
+ "num_examples": 10000,
75
+ "dataset_name": "cifar10"
76
+ }
77
+ },
78
+ "download_checksums": {
79
+ "https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz": {
80
+ "num_bytes": 170498071,
81
+ "checksum": "6d958be074577803d12ecdefd02955f39262c83c16fe9348329d7fe0b5c001ce"
82
+ }
83
+ },
84
+ "download_size": 170498071,
85
+ "post_processing_size": null,
86
+ "dataset_size": 136627438,
87
+ "size_in_bytes": 307125509
88
+ }
89
+ }