File size: 1,556 Bytes
039dd31 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | ---
dataset_info:
features:
- name: image
dtype: image
- name: bboxes
list:
list: float64
- name: category_id
list: int64
- name: segmentation
list:
list:
list: float64
- name: area
list: float64
- name: pdf_cells
list:
list:
- name: bbox
list: float64
- name: font
struct:
- name: color
list: int64
- name: name
dtype: string
- name: size
dtype: float64
- name: text
dtype: string
- name: metadata
struct:
- name: coco_height
dtype: int64
- name: coco_width
dtype: int64
- name: collection
dtype: string
- name: doc_category
dtype: string
- name: image_id
dtype: int64
- name: num_pages
dtype: int64
- name: original_filename
dtype: string
- name: original_height
dtype: float64
- name: original_width
dtype: float64
- name: page_hash
dtype: string
- name: page_no
dtype: int64
- name: pdf
dtype: binary
- name: modalities
list: string
splits:
- name: train
num_bytes: 55851712
num_examples: 100
- name: validation
num_bytes: 45316427
num_examples: 100
- name: test
num_bytes: 57504045
num_examples: 100
download_size: 154258619
dataset_size: 158672184
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|