Upload dataset_infos.json
Browse files- dataset_infos.json +60 -1
dataset_infos.json
CHANGED
@@ -1 +1,60 @@
|
|
1 |
-
{"deeptools-ai--test-document-invoice": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"deeptools-ai--test-document-invoice": {
|
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 |
+
"feature": {
|
14 |
+
"num_classes": 16,
|
15 |
+
"names": [
|
16 |
+
"advertisement",
|
17 |
+
"budget",
|
18 |
+
"email",
|
19 |
+
"file folder",
|
20 |
+
"form",
|
21 |
+
"handwritten",
|
22 |
+
"invoice",
|
23 |
+
"letter",
|
24 |
+
"memo",
|
25 |
+
"news article",
|
26 |
+
"presentation",
|
27 |
+
"questionnaire",
|
28 |
+
"resume",
|
29 |
+
"scientific publication",
|
30 |
+
"scientific report",
|
31 |
+
"specification"
|
32 |
+
],
|
33 |
+
"id": null,
|
34 |
+
"_type": "ClassLabel"
|
35 |
+
},
|
36 |
+
"length": -1,
|
37 |
+
"id": null,
|
38 |
+
"_type": "Sequence"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"post_processed": null,
|
42 |
+
"supervised_keys": null,
|
43 |
+
"task_templates": null,
|
44 |
+
"builder_name": null,
|
45 |
+
"config_name": null,
|
46 |
+
"version": null,
|
47 |
+
"splits": {
|
48 |
+
"train": {
|
49 |
+
"name": "train",
|
50 |
+
"num_bytes": 21521138.0,
|
51 |
+
"num_examples": 199,
|
52 |
+
"dataset_name": "test-document-invoice"
|
53 |
+
}
|
54 |
+
},
|
55 |
+
"download_checksums": null,
|
56 |
+
"download_size": 19954899,
|
57 |
+
"post_processing_size": null,
|
58 |
+
"dataset_size": 21521138.0,
|
59 |
+
"size_in_bytes": 41476037.0
|
60 |
+
}}
|