asnassar commited on
Commit
b3b70f0
·
1 Parent(s): c8a64ee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: filename
5
+ dtype: string
6
+ - name: split
7
+ dtype: string
8
+ - name: imgid
9
+ dtype: int64
10
+ - name: dataset
11
+ dtype: string
12
+ - name: table_bbox
13
+ sequence: int64
14
+ - name: cells
15
+ list:
16
+ list:
17
+ - name: tokens
18
+ sequence: string
19
+ - name: bbox
20
+ sequence: int64
21
+ - name: otsl
22
+ sequence: string
23
+ - name: html
24
+ sequence: string
25
+ - name: html_restored
26
+ sequence: string
27
+ - name: cols
28
+ dtype: int64
29
+ - name: rows
30
+ dtype: int64
31
+ - name: html_len
32
+ dtype: int64
33
+ - name: otsl_len
34
+ dtype: int64
35
+ - name: image
36
+ dtype: image
37
+ splits:
38
+ - name: train
39
+ num_bytes: 64476011817.784
40
+ num_examples: 1502054
41
+ - name: val
42
+ num_bytes: 8063269734.066
43
+ num_examples: 187978
44
+ - name: test
45
+ num_bytes: 7953703702.636
46
+ num_examples: 185682
47
+ download_size: 62335182023
48
+ dataset_size: 80492985254.486
49
+ ---
50
+ # Dataset Card for "PubTables-1M_OTSL"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)