arcolab-dev commited on
Commit
761a795
·
verified ·
1 Parent(s): bfc23a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -37
README.md CHANGED
@@ -3,43 +3,19 @@ configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
- path: "*.parquet"
7
- dataset_info:
8
- features:
9
- - name: document_type
10
- dtype: string
11
- - name: document_id
12
- dtype: string
13
- - name: clean_image
14
- dtype: image
15
- - name: clean_pdf
16
- dtype: string
17
- - name: clean_xlsx
18
- dtype: string
19
- - name: clean_bbox_px
20
- dtype: string
21
- - name: clean_bbox_pdf_pt
22
- dtype: string
23
- - name: dirty_1_image
24
- dtype: image
25
- - name: dirty_1_bbox
26
- dtype: string
27
- - name: dirty_2_image
28
- dtype: image
29
- - name: dirty_2_bbox
30
- dtype: string
31
- - name: dirty_3_image
32
- dtype: image
33
- - name: dirty_3_bbox
34
- dtype: string
35
- - name: dirty_4_image
36
- dtype: image
37
- - name: dirty_4_bbox
38
- dtype: string
39
- - name: dirty_5_image
40
- dtype: image
41
- - name: dirty_5_bbox
42
- dtype: string
43
  ---
44
 
45
  # Financial Document Extraction & Robustness Dataset (FinDoc-Robust)
 
3
  - config_name: default
4
  data_files:
5
  - split: train
6
+ path: '**/metadata.csv'
7
+ task_categories:
8
+ - object-detection
9
+ tags:
10
+ - financial
11
+ - document-ai
12
+ - multimodal
13
+ pretty_name: FinDoc-Robust
14
+ size_categories:
15
+ - 10K<n<100K
16
+ license: apache-2.0
17
+ language:
18
+ - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
  # Financial Document Extraction & Robustness Dataset (FinDoc-Robust)