File size: 596 Bytes
fe4d454
 
 
 
d2cfba0
 
 
fe4d454
d2cfba0
 
 
 
 
 
 
 
fe4d454
 
d2cfba0
fe4d454
 
d2cfba0
c9cbb4d
d2cfba0
 
fe4d454
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: pixel_values
    dtype:
      image:
        mode: RGB
  - name: label
    dtype:
      class_label:
        names:
          '0': Barcode
          '1': Invoice
          '2': Object
          '3': Receipt
          '4': Non-Object
  splits:
  - name: train
    num_bytes: 113674892.8
    num_examples: 9600
  - name: test
    num_bytes: 28418723.2
    num_examples: 2400
  download_size: 141625119
  dataset_size: 142093616.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---