asnassar commited on
Commit
543a587
1 Parent(s): e6da52c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: bbox
7
+ sequence:
8
+ sequence: float64
9
+ - name: category_id
10
+ sequence: int64
11
+ - name: segmentation
12
+ sequence:
13
+ sequence:
14
+ sequence: float64
15
+ - name: area
16
+ sequence: float64
17
+ - name: iscrowd
18
+ sequence: int64
19
+ - name: pdf_cells
20
+ list:
21
+ list:
22
+ - name: bbox
23
+ sequence: float64
24
+ - name: font
25
+ struct:
26
+ - name: color
27
+ sequence: int64
28
+ - name: name
29
+ dtype: string
30
+ - name: size
31
+ dtype: float64
32
+ - name: text
33
+ dtype: string
34
+ - name: metadata
35
+ struct:
36
+ - name: coco_height
37
+ dtype: int64
38
+ - name: coco_width
39
+ dtype: int64
40
+ - name: collection
41
+ dtype: string
42
+ - name: doc_category
43
+ dtype: string
44
+ - name: image_id
45
+ dtype: int64
46
+ - name: num_pages
47
+ dtype: int64
48
+ - name: original_filename
49
+ dtype: string
50
+ - name: original_height
51
+ dtype: float64
52
+ - name: original_width
53
+ dtype: float64
54
+ - name: page_hash
55
+ dtype: string
56
+ - name: page_no
57
+ dtype: int64
58
+ splits:
59
+ - name: test
60
+ num_bytes: 1996722627.125
61
+ num_examples: 4999
62
+ download_size: 1938695710
63
+ dataset_size: 1996722627.125
64
+ ---
65
+ # Dataset Card for "DocLayNet-v1.1"
66
+
67
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)