File size: 697 Bytes
d8d8a7d a83c897 |
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 |
---
dataset_info:
features:
- name: width
dtype: int64
- name: height
dtype: int64
- name: total_regions
dtype: int64
- name: region_types
dtype: string
- name: text_types
dtype: string
- name: normalized_bounding_boxes
dtype: string
- name: category
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 734884430.593
num_examples: 1701
download_size: 682479522
dataset_size: 734884430.593
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
**Please see paper & code for more information:**
- https://github.com/mbzuai-oryx/KITAB-Bench
- https://arxiv.org/abs/2502.14949 |