jordyvl commited on
Commit
94af269
1 Parent(s): 10355f2

Upload 2 files

Browse files

New format for providing binaries [PDF, OCR] - need to change data loader for support.

data/DUDE_binaries.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cad254d7653d31c51f527b2cfcb1cb0a05d43406b500f2968eff8ad1286ab6b
3
+ size 5040086
data/DUDE_dataset-sample_gt.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [{'questionId': '0017b64bd017f06db47e56a6a113e22e_bb55e0af451429f2dcae69e6d0713616',
2
+ 'question': 'What is the first and last name of the indvidual in list # 539?',
3
+ 'answers': ['Ajay Dev Goud'],
4
+ 'answers_page_bounding_boxes': [[{'left': 353,
5
+ 'top': 409,
6
+ 'width': 198,
7
+ 'height': 26,
8
+ 'page': 8}]],
9
+ 'answers_variants': [],
10
+ 'answer_type': 'extractive',
11
+ 'docId': '0017b64bd017f06db47e56a6a113e22e',
12
+ 'data_split': 'train'}
13
+ ]