Aoschu's picture
Upload README.md with huggingface_hub
50395a7
|
raw
history blame contribute delete
No virus
725 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: 12829172
      num_examples: 97
    - name: validation
      num_bytes: 2062396
      num_examples: 14
    - name: test
      num_bytes: 2719786
      num_examples: 18
  download_size: 13266362
  dataset_size: 17611354

Dataset Card for "donut_model_data_for_german_invoice"

More Information needed