|
--- |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
- split: validation |
|
path: data/validation-* |
|
- split: test |
|
path: data/test-* |
|
dataset_info: |
|
features: |
|
- name: id |
|
dtype: string |
|
- name: texts |
|
sequence: string |
|
- name: bboxes_block |
|
sequence: |
|
sequence: int64 |
|
- name: bboxes_line |
|
sequence: |
|
sequence: int64 |
|
- name: categories |
|
sequence: |
|
class_label: |
|
names: |
|
'0': Caption |
|
'1': Footnote |
|
'2': Formula |
|
'3': List-item |
|
'4': Page-footer |
|
'5': Page-header |
|
'6': Picture |
|
'7': Section-header |
|
'8': Table |
|
'9': Text |
|
'10': Title |
|
- name: image |
|
dtype: image |
|
- name: page_hash |
|
dtype: string |
|
- name: original_filename |
|
dtype: string |
|
- name: page_no |
|
dtype: int32 |
|
- name: num_pages |
|
dtype: int32 |
|
- name: original_width |
|
dtype: int32 |
|
- name: original_height |
|
dtype: int32 |
|
- name: coco_width |
|
dtype: int32 |
|
- name: coco_height |
|
dtype: int32 |
|
- name: collection |
|
dtype: string |
|
- name: doc_category |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 28393556.512301013 |
|
num_examples: 70 |
|
- name: validation |
|
num_bytes: 2641091.359375 |
|
num_examples: 7 |
|
- name: test |
|
num_bytes: 1779922.857142857 |
|
num_examples: 5 |
|
download_size: 31476812 |
|
dataset_size: 32814570.72881887 |
|
--- |
|
# Dataset Card for "DocLayNet-tiny" |
|
|
|
Tiny set for unit tests based on https://huggingface.co/datasets/pierreguillou/DocLayNet-small. |
|
|
|
Total ~0.1% of DocLayNet. |
|
|