didi0di commited on
Commit
64f6cf2
·
verified ·
1 Parent(s): d88c5b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -27
README.md CHANGED
@@ -1,27 +1,45 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- dataset_info:
4
- features:
5
- - name: image
6
- dtype: image
7
- - name: table_title
8
- dtype: string
9
- - name: table_html
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 2663265389.974
14
- num_examples: 1457
15
- - name: test
16
- num_bytes: 1357116759.0
17
- num_examples: 743
18
- download_size: 314620058
19
- dataset_size: 4020382148.974
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- - split: test
26
- path: data/test-*
27
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: table_title
8
+ dtype: string
9
+ - name: table_html
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 2663265389.974
14
+ num_examples: 1457
15
+ - name: test
16
+ num_bytes: 1357116759
17
+ num_examples: 743
18
+ download_size: 314620058
19
+ dataset_size: 4020382148.974
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ - split: test
26
+ path: data/test-*
27
+ task_categories:
28
+ - table-question-answering
29
+ - text-generation
30
+ language:
31
+ - ko
32
+ tags:
33
+ - HTML
34
+ - table
35
+ - finance
36
+ - mrc
37
+ - legal
38
+ - table-mrc
39
+ size_categories:
40
+ - n<1K
41
+ ---
42
+
43
+ # 데이터셋 설명
44
+ shchoice/finance-legal-mrc 데이터 중 병합된 테이블만 추출한 뒤 이미지와 함께 저장한 데이터입니다.
45
+