Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
fixtures_docvqa / README.md
lhoestq's picture
lhoestq HF Staff
Update README.md
96b8c0d verified
---
dataset_info:
- config_name: default
features:
- name: id
dtype: string
- name: image
dtype: image
splits:
- name: test
num_bytes: 1806915.0
num_examples: 2
download_size: 1806550
dataset_size: 1806915.0
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
This dataset includes 2 document images of the [DocVQA](https://docvqa.org/) dataset.
They are used for testing the LayoutLMv2FeatureExtractor + LayoutLMv2Processor inside the HuggingFace Transformers library.
More specifically, they are used in `tests/test_feature_extraction_layoutlmv2.py` and `tests/test_processor_layoutlmv2.py`.