Hantao commited on
Commit
b4043b5
1 Parent(s): fc0947e

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +93 -0
dataset_infos.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"Hantao--ChemReactionImageRE": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "ocr-path": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "relation-pair": {
13
+ "feature": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "id": null,
17
+ "_type": "Value"
18
+ },
19
+ "length": -1,
20
+ "id": null,
21
+ "_type": "Sequence"
22
+ },
23
+ "length": -1,
24
+ "id": null,
25
+ "_type": "Sequence"
26
+ },
27
+ "ocr-token": {
28
+ "feature": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "length": -1,
34
+ "id": null,
35
+ "_type": "Sequence"
36
+ },
37
+ "ocr-bbox": {
38
+ "feature": {
39
+ "feature": {
40
+ "feature": {
41
+ "dtype": "float64",
42
+ "id": null,
43
+ "_type": "Value"
44
+ },
45
+ "length": -1,
46
+ "id": null,
47
+ "_type": "Sequence"
48
+ },
49
+ "length": -1,
50
+ "id": null,
51
+ "_type": "Sequence"
52
+ },
53
+ "length": -1,
54
+ "id": null,
55
+ "_type": "Sequence"
56
+ },
57
+ "image_path": {
58
+ "dtype": "string",
59
+ "id": null,
60
+ "_type": "Value"
61
+ },
62
+ "image": {
63
+ "decode": true,
64
+ "id": null,
65
+ "_type": "Image"
66
+ }
67
+ },
68
+ "post_processed": null,
69
+ "supervised_keys": null,
70
+ "task_templates": null,
71
+ "builder_name": "generator",
72
+ "config_name": "default",
73
+ "version": {
74
+ "version_str": "0.0.0",
75
+ "description": null,
76
+ "major": 0,
77
+ "minor": 0,
78
+ "patch": 0
79
+ },
80
+ "splits": {
81
+ "train": {
82
+ "name": "train",
83
+ "num_bytes": 65405659.0,
84
+ "num_examples": 404,
85
+ "dataset_name": "ChemReactionImageRE"
86
+ }
87
+ },
88
+ "download_checksums": null,
89
+ "download_size": 63366091,
90
+ "post_processing_size": null,
91
+ "dataset_size": 65405659.0,
92
+ "size_in_bytes": 128771750.0
93
+ }}