metadata
license: apache-2.0
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"]