wildreceipt / README.md
pontusnorman123's picture
Upload dataset
d342289 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: id
      dtype: string
    - name: words
      sequence: string
    - name: bboxes
      sequence:
        sequence: int64
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': Ignore
            '1': Store_name_value
            '2': Store_name_key
            '3': Store_addr_value
            '4': Store_addr_key
            '5': Tel_value
            '6': Tel_key
            '7': Date_value
            '8': Date_key
            '9': Time_value
            '10': Time_key
            '11': Prod_item_value
            '12': Prod_item_key
            '13': Prod_quantity_value
            '14': Prod_quantity_key
            '15': Prod_price_value
            '16': Prod_price_key
            '17': Subtotal_value
            '18': Subtotal_key
            '19': Tax_value
            '20': Tax_key
            '21': Tips_value
            '22': Tips_key
            '23': Total_value
            '24': Total_key
            '25': Others
  splits:
    - name: train
      num_bytes: 942218260.959
      num_examples: 1267
    - name: test
      num_bytes: 428203738
      num_examples: 472
  download_size: 1367650317
  dataset_size: 1370421998.959
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*