farleyknight
commited on
Commit
•
23e17c3
1
Parent(s):
b702634
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +66 -0
dataset_infos.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"farleyknight--roman_numerals": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
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 |
+
"i",
|
16 |
+
"ii",
|
17 |
+
"iii",
|
18 |
+
"iv",
|
19 |
+
"ix",
|
20 |
+
"v",
|
21 |
+
"vi",
|
22 |
+
"vii",
|
23 |
+
"viii",
|
24 |
+
"x"
|
25 |
+
],
|
26 |
+
"id": null,
|
27 |
+
"_type": "ClassLabel"
|
28 |
+
},
|
29 |
+
"fname": {
|
30 |
+
"dtype": "string",
|
31 |
+
"id": null,
|
32 |
+
"_type": "Value"
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"post_processed": null,
|
36 |
+
"supervised_keys": null,
|
37 |
+
"task_templates": [
|
38 |
+
{
|
39 |
+
"task": "image-classification",
|
40 |
+
"image_column": "image",
|
41 |
+
"label_column": "label"
|
42 |
+
}
|
43 |
+
],
|
44 |
+
"builder_name": "imagefolder",
|
45 |
+
"config_name": "default",
|
46 |
+
"version": {
|
47 |
+
"version_str": "0.0.0",
|
48 |
+
"description": null,
|
49 |
+
"major": 0,
|
50 |
+
"minor": 0,
|
51 |
+
"patch": 0
|
52 |
+
},
|
53 |
+
"splits": {
|
54 |
+
"train": {
|
55 |
+
"name": "train",
|
56 |
+
"num_bytes": 20100746.825,
|
57 |
+
"num_examples": 2717,
|
58 |
+
"dataset_name": "roman_numerals"
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"download_checksums": null,
|
62 |
+
"download_size": 24310406,
|
63 |
+
"post_processing_size": null,
|
64 |
+
"dataset_size": 20100746.825,
|
65 |
+
"size_in_bytes": 44411152.825
|
66 |
+
}}
|