The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

Original from: https://huggingface.co/datasets/aisuko/funsd-layoutlmv3
Adaptered by: Aisuko
License: Apache-2.0

dataset = load_dataset("aisuko/funsd-layoutlmv3")

# check the dataset
dataset

# check the features
dataset["train"].features

# check the first example
example=dataset["train"][0]
example["image"]
Downloads last month
8
Edit dataset card