asnassar commited on
Commit
45793c5
·
1 Parent(s): 098882e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 3166219587.172
38
+ num_examples: 88441
39
+ - name: val
40
+ num_bytes: 356137518.94
41
+ num_examples: 10505
42
+ - name: test
43
+ num_bytes: 360597266.648
44
+ num_examples: 10397
45
+ download_size: 3052655993
46
+ dataset_size: 3882954372.76
47
+ ---
48
+ # Dataset Card for "FinTabNet_OTSL"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)