File size: 1,308 Bytes
4bf043c 51ccd0b 9fd614b 51ccd0b bcb5d4a 51ccd0b 9fd614b 51ccd0b 9fd614b 51ccd0b 4bf043c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
license: mit
dataset_info:
features:
- name: file_name
dtype: string
- name: ground_truth
struct:
- name: gt_parse
struct:
- name: BIC
dtype: string
- name: IBAN
dtype: string
- name: bank_account_number
dtype: string
- name: const_symbol
dtype: string
- name: customer_register_id
dtype: string
- name: customer_tax_id
dtype: string
- name: due_date
dtype: string
- name: invoice_number
dtype: string
- name: issue_date
dtype: string
- name: payment_type
dtype: string
- name: supplier_register_id
dtype: string
- name: supplier_tax_id
dtype: string
- name: taxable_supply_date
dtype: string
- name: total
dtype: string
- name: variable_symbol
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 383864655.6
num_examples: 1400
- name: val
num_bytes: 48714629.0
num_examples: 175
download_size: 427293265
dataset_size: 432579284.6
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
---
|