donut_test / README.md
arifzanko's picture
Upload README.md with huggingface_hub
d2bcfd1
|
raw
history blame contribute delete
No virus
691 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: 746757
      num_examples: 1
    - name: validation
      num_bytes: 746757
      num_examples: 1
    - name: test
      num_bytes: 948591
      num_examples: 1
  download_size: 2477867
  dataset_size: 2442105

Dataset Card for "donut_test"

More Information needed