Andy Janco commited on
Commit
c8dad76
·
1 Parent(s): fa3ec45

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +123 -0
dataset_infos.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"ajanco--pesp": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "data": {
8
+ "dpul": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "filename": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "images_meta": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "issue": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "journal": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "text": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "uri": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "year": {
44
+ "dtype": "string",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "yolo": {
49
+ "dtype": "string",
50
+ "id": null,
51
+ "_type": "Value"
52
+ },
53
+ "yolo_predictions": [
54
+ {
55
+ "abbyy_text": {
56
+ "dtype": "string",
57
+ "id": null,
58
+ "_type": "Value"
59
+ },
60
+ "h": {
61
+ "dtype": "float64",
62
+ "id": null,
63
+ "_type": "Value"
64
+ },
65
+ "label": {
66
+ "dtype": "string",
67
+ "id": null,
68
+ "_type": "Value"
69
+ },
70
+ "tesseract_text": {
71
+ "dtype": "string",
72
+ "id": null,
73
+ "_type": "Value"
74
+ },
75
+ "vision_labels": {
76
+ "dtype": "string",
77
+ "id": null,
78
+ "_type": "Value"
79
+ },
80
+ "vision_text": {
81
+ "dtype": "string",
82
+ "id": null,
83
+ "_type": "Value"
84
+ },
85
+ "w": {
86
+ "dtype": "float64",
87
+ "id": null,
88
+ "_type": "Value"
89
+ },
90
+ "x": {
91
+ "dtype": "float64",
92
+ "id": null,
93
+ "_type": "Value"
94
+ },
95
+ "y": {
96
+ "dtype": "float64",
97
+ "id": null,
98
+ "_type": "Value"
99
+ }
100
+ }
101
+ ]
102
+ }
103
+ },
104
+ "post_processed": null,
105
+ "supervised_keys": null,
106
+ "task_templates": null,
107
+ "builder_name": null,
108
+ "config_name": null,
109
+ "version": null,
110
+ "splits": {
111
+ "train": {
112
+ "name": "train",
113
+ "num_bytes": 268898303,
114
+ "num_examples": 15332,
115
+ "dataset_name": "pesp"
116
+ }
117
+ },
118
+ "download_checksums": null,
119
+ "download_size": 139174059,
120
+ "post_processing_size": null,
121
+ "dataset_size": 268898303,
122
+ "size_in_bytes": 408072362
123
+ }}