fixtures_docvqa / README.md
lhoestq's picture
lhoestq HF Staff
Convert dataset to Parquet
bdfabe7 verified
|
raw
history blame
659 Bytes
metadata
dataset_info:
  config_name: image
  features:
    - name: id
      dtype: string
    - name: file
      dtype: string
  splits:
    - name: test
      num_bytes: 394
      num_examples: 2
  download_size: 1974
  dataset_size: 394
configs:
  - config_name: image
    data_files:
      - split: test
        path: image/test-*
    default: true

This dataset includes 2 document images of the DocVQA 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.