This dataset is a small subset of the vidore/syntheticDocQA_energy_test dataset.
It aims to be used for debugging and testing.
from datasets import load_dataset
ds = load_dataset("vidore/vidore_benchmark_qa_dummy", split="test")
Here is an example of a dataset instance structure:
features:
- name: query
dtype: string
- name: image
dtype: image
- name: image_filename
dtype: string
-… See the full description on the dataset page: https://huggingface.co/datasets/vidore/vidore_benchmark_qa_dummy.