davanstrien HF staff commited on
Commit
7633a23
1 Parent(s): fc9e4af

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +163 -0
dataset_infos.json ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"ImageIN--unlabelled_IA_with_snorkel_labels": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "image": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "manifest_url": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "license": {
18
+ "dtype": "float64",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "label": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "attribution": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "loaded_image": {
33
+ "decode": true,
34
+ "id": null,
35
+ "_type": "Image"
36
+ },
37
+ "detr_preds_count": [
38
+ {
39
+ "box": {
40
+ "xmax": {
41
+ "dtype": "int64",
42
+ "id": null,
43
+ "_type": "Value"
44
+ },
45
+ "xmin": {
46
+ "dtype": "int64",
47
+ "id": null,
48
+ "_type": "Value"
49
+ },
50
+ "ymax": {
51
+ "dtype": "int64",
52
+ "id": null,
53
+ "_type": "Value"
54
+ },
55
+ "ymin": {
56
+ "dtype": "int64",
57
+ "id": null,
58
+ "_type": "Value"
59
+ }
60
+ },
61
+ "label": {
62
+ "dtype": "string",
63
+ "id": null,
64
+ "_type": "Value"
65
+ },
66
+ "score": {
67
+ "dtype": "float64",
68
+ "id": null,
69
+ "_type": "Value"
70
+ }
71
+ }
72
+ ],
73
+ "manuscript_count": [
74
+ {
75
+ "box": {
76
+ "xmax": {
77
+ "dtype": "int64",
78
+ "id": null,
79
+ "_type": "Value"
80
+ },
81
+ "xmin": {
82
+ "dtype": "int64",
83
+ "id": null,
84
+ "_type": "Value"
85
+ },
86
+ "ymax": {
87
+ "dtype": "int64",
88
+ "id": null,
89
+ "_type": "Value"
90
+ },
91
+ "ymin": {
92
+ "dtype": "int64",
93
+ "id": null,
94
+ "_type": "Value"
95
+ }
96
+ },
97
+ "label": {
98
+ "dtype": "string",
99
+ "id": null,
100
+ "_type": "Value"
101
+ },
102
+ "score": {
103
+ "dtype": "float64",
104
+ "id": null,
105
+ "_type": "Value"
106
+ }
107
+ }
108
+ ],
109
+ "mean_rgb": {
110
+ "dtype": "float64",
111
+ "id": null,
112
+ "_type": "Value"
113
+ },
114
+ "illustration_classifier": [
115
+ {
116
+ "label": {
117
+ "dtype": "string",
118
+ "id": null,
119
+ "_type": "Value"
120
+ },
121
+ "score": {
122
+ "dtype": "float64",
123
+ "id": null,
124
+ "_type": "Value"
125
+ }
126
+ }
127
+ ],
128
+ "snorkel_label_model_probs": {
129
+ "feature": {
130
+ "dtype": "float64",
131
+ "id": null,
132
+ "_type": "Value"
133
+ },
134
+ "length": -1,
135
+ "id": null,
136
+ "_type": "Sequence"
137
+ },
138
+ "snorkel_label": {
139
+ "dtype": "int64",
140
+ "id": null,
141
+ "_type": "Value"
142
+ }
143
+ },
144
+ "post_processed": null,
145
+ "supervised_keys": null,
146
+ "task_templates": null,
147
+ "builder_name": null,
148
+ "config_name": null,
149
+ "version": null,
150
+ "splits": {
151
+ "train": {
152
+ "name": "train",
153
+ "num_bytes": 1119147382.048,
154
+ "num_examples": 66836,
155
+ "dataset_name": "unlabelled_IA_with_snorkel_labels"
156
+ }
157
+ },
158
+ "download_checksums": null,
159
+ "download_size": 1100585430,
160
+ "post_processing_size": null,
161
+ "dataset_size": 1119147382.048,
162
+ "size_in_bytes": 2219732812.0480003
163
+ }}