Datasets:

Modalities:
Image
Text
Formats:
parquet
Libraries:
Datasets
Dask
shunk031 commited on
Commit
7031809
·
verified ·
1 Parent(s): fed74fa

Upload dataset

Browse files
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  dataset_info:
 
3
  features:
4
  - name: paper_id
5
  dtype: string
@@ -35,6 +36,72 @@ dataset_info:
35
  num_examples: 3096
36
  download_size: 56137334585
37
  dataset_size: 109528171628.048
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  configs:
39
  - config_name: default
40
  data_files:
@@ -44,4 +111,12 @@ configs:
44
  path: data/validation-*
45
  - split: test
46
  path: data/test-*
 
 
 
 
 
 
 
 
47
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: default
4
  features:
5
  - name: paper_id
6
  dtype: string
 
36
  num_examples: 3096
37
  download_size: 56137334585
38
  dataset_size: 109528171628.048
39
+ - config_name: ocr
40
+ features:
41
+ - name: paper_id
42
+ dtype: string
43
+ - name: GA_figure_ocr
44
+ list:
45
+ - name: text
46
+ dtype: string
47
+ - name: bounds
48
+ struct:
49
+ - name: bottomRight
50
+ sequence: int64
51
+ - name: topRight
52
+ sequence: int64
53
+ - name: bottomLeft
54
+ sequence: int64
55
+ - name: topLeft
56
+ sequence: int64
57
+ - name: langs
58
+ list:
59
+ - name: confidence
60
+ dtype: float64
61
+ - name: languageCode
62
+ dtype: string
63
+ - name: orientation
64
+ dtype: string
65
+ - name: confidence
66
+ dtype: float64
67
+ - name: figures
68
+ sequence:
69
+ - name: ocr
70
+ list:
71
+ - name: text
72
+ dtype: string
73
+ - name: bounds
74
+ struct:
75
+ - name: bottomRight
76
+ sequence: int64
77
+ - name: topRight
78
+ sequence: int64
79
+ - name: bottomLeft
80
+ sequence: int64
81
+ - name: topLeft
82
+ sequence: int64
83
+ - name: langs
84
+ list:
85
+ - name: confidence
86
+ dtype: float64
87
+ - name: languageCode
88
+ dtype: string
89
+ - name: orientation
90
+ dtype: string
91
+ - name: confidence
92
+ dtype: float64
93
+ splits:
94
+ - name: train
95
+ num_bytes: 383111069
96
+ num_examples: 14331
97
+ - name: validation
98
+ num_bytes: 61814851
99
+ num_examples: 3096
100
+ - name: test
101
+ num_bytes: 61518918
102
+ num_examples: 3096
103
+ download_size: 104386270
104
+ dataset_size: 506444838
105
  configs:
106
  - config_name: default
107
  data_files:
 
111
  path: data/validation-*
112
  - split: test
113
  path: data/test-*
114
+ - config_name: ocr
115
+ data_files:
116
+ - split: train
117
+ path: ocr/train-*
118
+ - split: validation
119
+ path: ocr/validation-*
120
+ - split: test
121
+ path: ocr/test-*
122
  ---
ocr/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b95223f6e6696085f5c543578322ce4fe2960f23167bed4db22d8b943bb62ba
3
+ size 13226446
ocr/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c198e410e1bdd0f9df18e7fec6299b54f8c2fa67f9a05aa419bb0d20566e83f
3
+ size 77852414
ocr/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:315676a6e61c2a4d0278e130c3e8682a9a8ed14e52678d092a3a85f373373ec0
3
+ size 13307410