funsd_donut / README.md
wenwenyu's picture
Upload README.md with huggingface_hub
51958c3 verified
|
raw
history blame
702 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: ground_truth
      dtype: string
  splits:
    - name: train
      num_bytes: 12375673
      num_examples: 149
    - name: validation
      num_bytes: 4212316
      num_examples: 50
    - name: test
      num_bytes: 4212316
      num_examples: 50
  download_size: 19652852
  dataset_size: 20800305

Dataset Card for "funsd_donut"

More Information needed