asnassar commited on
Commit
6d5abd2
1 Parent(s): c230f52

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: cell_id
16
+ dtype: int64
17
+ - name: is_header
18
+ dtype: bool
19
+ - name: tokens
20
+ sequence: string
21
+ - name: bbox
22
+ sequence: float64
23
+ - name: span
24
+ struct:
25
+ - name: span_type
26
+ dtype: string
27
+ - name: rowspan
28
+ dtype: int64
29
+ - name: colspan
30
+ dtype: int64
31
+ - name: otsl
32
+ sequence: string
33
+ - name: html
34
+ sequence: string
35
+ - name: html_restored
36
+ sequence: string
37
+ - name: cols
38
+ dtype: int64
39
+ - name: rows
40
+ dtype: int64
41
+ - name: html_len
42
+ dtype: int64
43
+ - name: otsl_len
44
+ dtype: int64
45
+ - name: image
46
+ dtype: image
47
+ splits:
48
+ - name: train
49
+ num_bytes: 36305322982.48
50
+ num_examples: 600370
51
+ - name: val
52
+ num_bytes: 4503780936.432
53
+ num_examples: 74611
54
+ - name: test
55
+ num_bytes: 3586992818.734
56
+ num_examples: 59978
57
+ download_size: 35082287098
58
+ dataset_size: 44396096737.646
59
+ ---
60
+ # Dataset Card for "SynthTabNet_OTSL"
61
+
62
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)