invoices / README.md
Sushilyadav's picture
Initial commit with train, validation, and test sets
cef7349 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: ground_truth
      dtype: string
  splits:
    - name: train
      num_bytes: 62139874
      num_examples: 112
    - name: validation
      num_bytes: 7550098
      num_examples: 14
    - name: test
      num_bytes: 7510875
      num_examples: 15
  download_size: 28393089
  dataset_size: 77200847
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*