File size: 926 Bytes
750974c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': credit_note
          '1': debit_note
          '2': order
          '3': proforma
          '4': purchase_order
          '5': receipt
          '6': sales_order
          '7': tax_invoice
          '8': utility_bill
  - name: ground_truth
    dtype: string
  splits:
  - name: test
    num_bytes: 4160197623.858
    num_examples: 21483
  - name: train
    num_bytes: 15904298277.0
    num_examples: 85939
  download_size: 12741489204
  dataset_size: 20064495900.858
---
# Dataset Card for "DocILE_10_5_ImageClassification_donut"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)