hheiden-roots commited on
Commit
e0dabb0
·
verified ·
1 Parent(s): a5578db

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: table_id
5
+ dtype: string
6
+ - name: paper_id
7
+ dtype: string
8
+ - name: paper_title
9
+ dtype: string
10
+ - name: paper_authors
11
+ list: string
12
+ - name: paper_license
13
+ dtype: string
14
+ - name: split
15
+ dtype: string
16
+ - name: is_comp
17
+ dtype: bool
18
+ - name: image
19
+ dtype: image
20
+ - name: pdf
21
+ dtype: binary
22
+ - name: chunks
23
+ list:
24
+ - name: text
25
+ dtype: string
26
+ - name: x1
27
+ dtype: float32
28
+ - name: x2
29
+ dtype: float32
30
+ - name: y1
31
+ dtype: float32
32
+ - name: y2
33
+ dtype: float32
34
+ - name: cells
35
+ list:
36
+ - name: id
37
+ dtype: int32
38
+ - name: tex
39
+ dtype: string
40
+ - name: content
41
+ list: string
42
+ - name: start_row
43
+ dtype: int32
44
+ - name: end_row
45
+ dtype: int32
46
+ - name: start_col
47
+ dtype: int32
48
+ - name: end_col
49
+ dtype: int32
50
+ - name: relations
51
+ list:
52
+ - name: chunk_id_1
53
+ dtype: int32
54
+ - name: chunk_id_2
55
+ dtype: int32
56
+ - name: relation
57
+ dtype: int32
58
+ - name: num_blank
59
+ dtype: int32
60
+ splits:
61
+ - name: train
62
+ num_bytes: 5224197
63
+ num_examples: 89
64
+ - name: test
65
+ num_bytes: 1062686
66
+ num_examples: 19
67
+ download_size: 6251183
68
+ dataset_size: 6286883
69
+ configs:
70
+ - config_name: default
71
+ data_files:
72
+ - split: train
73
+ path: data/train-*
74
+ - split: test
75
+ path: data/test-*
76
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73af6317219349a08acdf1c8fee7cff21b463cdded64111b643123f7df4f8bed
3
+ size 1066042
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d295b918777425a26fa13a5c3ba076517429682ede8c71b671a8b6115968e465
3
+ size 5185141