The dataset viewer is not available for this split.
Couldn't cast array of type
struct<layout_dets: list<element: struct<category_type: string, poly: list<element: int64>, ignore: bool, order: int64, anno_id: int64, text: string, html: string, latex: string>>, page_info: struct<page_no: int64, height: int64, width: int64, image_path: string, page_attribute: struct<language: string>>>
to
List({'layout_dets': List({'category_type': Value('string'), 'poly': List(Value('int64')), 'ignore': Value('bool'), 'order': Value('int64'), 'anno_id': Value('int64'), 'text': Value('string'), 'html': Value('string'), 'latex': Value('string')}), 'page_info': List({'page_no': Value('int64'), 'height': Value('int64'), 'width': Value('int64'), 'image_path': Value('string'), 'page_attribute': List({'language': Value('string')})})})
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
vivid_1.5k_augment_filtered
Dataset Description
Usage
from datasets import load_dataset
dataset = load_dataset("v1v1d/vivid_1.5k_augment_filtered")
print(dataset)
Dataset Structure
- Number of samples: 892
- Features:
image,font_used,page_size,original_id,rendered_layout,translated_tables,vqa_translated,omnidocbench
- Downloads last month
- 20