EphronM commited on
Commit
5bcdf89
1 Parent(s): ffaf33c

Intial uploading of the dataset

Browse files

This dataset contains OCR-processed data from USA passports converted to the FUNSD format.
The dataset includes information such as 'name', 'page_no', 'width', 'height', 'text', 'bbox', 'segment_bbox', 'segment_id', 'qas', 'image', 'md5sum' extracted from USA passports using OCR technology.
The image is decoded as Base64 and stored in the 'image' column. The data is formatted according to the FUNSD (Form Understanding and Annotation for Document Structure) format, suitable for multimodal training tasks.
The dataset can be used for tasks like named entity recognition (NER), key information extraction, and multimodal model training.

README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: name
5
+ dtype: string
6
+ - name: page_no
7
+ dtype: int64
8
+ - name: width
9
+ dtype: int64
10
+ - name: height
11
+ dtype: int64
12
+ - name: text
13
+ sequence: string
14
+ - name: bbox
15
+ sequence:
16
+ sequence: int64
17
+ - name: segment_bbox
18
+ sequence:
19
+ sequence: int64
20
+ - name: segment_id
21
+ sequence: int64
22
+ - name: qas
23
+ struct:
24
+ - name: answers
25
+ list:
26
+ - name: answer_end
27
+ sequence: int64
28
+ - name: answer_start
29
+ sequence: int64
30
+ - name: text
31
+ sequence: string
32
+ - name: question
33
+ sequence: string
34
+ - name: question_id
35
+ sequence: int64
36
+ - name: image
37
+ dtype: string
38
+ - name: md5sum
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 235094122
43
+ num_examples: 72
44
+ - name: test
45
+ num_bytes: 65985649
46
+ num_examples: 20
47
+ download_size: 300115943
48
+ dataset_size: 301079771
49
+ configs:
50
+ - config_name: default
51
+ data_files:
52
+ - split: train
53
+ path: data/train-*
54
+ - split: test
55
+ path: data/test-*
56
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c2c922ff5c696f62da94bb139cb4697dae611109d0e1c5d17be0255ce175ae9
3
+ size 65791275
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80c718e194ba06fdeb03bee4024162a043e6acc22e87770e7ed0250e07286957
3
+ size 234324668