ZaNioxX commited on
Commit
750974c
·
1 Parent(s): 604e852

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: train
8
+ path: data/train-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': credit_note
18
+ '1': debit_note
19
+ '2': order
20
+ '3': proforma
21
+ '4': purchase_order
22
+ '5': receipt
23
+ '6': sales_order
24
+ '7': tax_invoice
25
+ '8': utility_bill
26
+ - name: ground_truth
27
+ dtype: string
28
+ splits:
29
+ - name: test
30
+ num_bytes: 4160197623.858
31
+ num_examples: 21483
32
+ - name: train
33
+ num_bytes: 15904298277.0
34
+ num_examples: 85939
35
+ download_size: 12741489204
36
+ dataset_size: 20064495900.858
37
+ ---
38
+ # Dataset Card for "DocILE_10_5_ImageClassification_donut"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)