asnassar commited on
Commit
7defcd3
·
1 Parent(s): 3bb8845

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: cells
13
+ list:
14
+ list:
15
+ - name: tokens
16
+ sequence: string
17
+ - name: bbox
18
+ sequence: int64
19
+ - name: otsl
20
+ sequence: string
21
+ - name: html
22
+ sequence: string
23
+ - name: html_restored
24
+ sequence: string
25
+ - name: cols
26
+ dtype: int64
27
+ - name: rows
28
+ dtype: int64
29
+ - name: html_len
30
+ dtype: int64
31
+ - name: otsl_len
32
+ dtype: int64
33
+ - name: image
34
+ dtype: image
35
+ splits:
36
+ - name: train
37
+ num_bytes: 12249491432.02
38
+ num_examples: 388002
39
+ - name: val
40
+ num_bytes: 221045220.768
41
+ num_examples: 6942
42
+ download_size: 8864819995
43
+ dataset_size: 12470536652.788
44
+ ---
45
+ # Dataset Card for "PubTabNet_OTSL"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)