Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
+
- name: texts
|
16 |
+
sequence: string
|
17 |
+
- name: bboxes_block
|
18 |
+
sequence:
|
19 |
+
sequence: int64
|
20 |
+
- name: bboxes_line
|
21 |
+
sequence:
|
22 |
+
sequence: int64
|
23 |
+
- name: categories
|
24 |
+
sequence:
|
25 |
+
class_label:
|
26 |
+
names:
|
27 |
+
'0': Caption
|
28 |
+
'1': Footnote
|
29 |
+
'2': Formula
|
30 |
+
'3': List-item
|
31 |
+
'4': Page-footer
|
32 |
+
'5': Page-header
|
33 |
+
'6': Picture
|
34 |
+
'7': Section-header
|
35 |
+
'8': Table
|
36 |
+
'9': Text
|
37 |
+
'10': Title
|
38 |
+
- name: image
|
39 |
+
dtype: image
|
40 |
+
- name: page_hash
|
41 |
+
dtype: string
|
42 |
+
- name: original_filename
|
43 |
+
dtype: string
|
44 |
+
- name: page_no
|
45 |
+
dtype: int32
|
46 |
+
- name: num_pages
|
47 |
+
dtype: int32
|
48 |
+
- name: original_width
|
49 |
+
dtype: int32
|
50 |
+
- name: original_height
|
51 |
+
dtype: int32
|
52 |
+
- name: coco_width
|
53 |
+
dtype: int32
|
54 |
+
- name: coco_height
|
55 |
+
dtype: int32
|
56 |
+
- name: collection
|
57 |
+
dtype: string
|
58 |
+
- name: doc_category
|
59 |
+
dtype: string
|
60 |
+
splits:
|
61 |
+
- name: train
|
62 |
+
num_bytes: 28393556.512301013
|
63 |
+
num_examples: 70
|
64 |
+
- name: validation
|
65 |
+
num_bytes: 2641091.359375
|
66 |
+
num_examples: 7
|
67 |
+
- name: test
|
68 |
+
num_bytes: 1779922.857142857
|
69 |
+
num_examples: 5
|
70 |
+
download_size: 31476812
|
71 |
+
dataset_size: 32814570.72881887
|
72 |
+
---
|
73 |
+
# Dataset Card for "DocLayNet-tiny"
|
74 |
+
|
75 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|