LFBMS commited on
Commit
95fa88d
·
1 Parent(s): 8efa814

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': bilanz_datev
11
+ '1': bilanz_lexware
12
+ '2': guv
13
+ '3': other
14
+ - name: ground_truth
15
+ dtype: string
16
+ splits:
17
+ - name: test
18
+ num_bytes: 559064953.0
19
+ num_examples: 500
20
+ - name: train
21
+ num_bytes: 4343890380.0
22
+ num_examples: 4000
23
+ - name: validation
24
+ num_bytes: 548645901.0
25
+ num_examples: 500
26
+ download_size: 5424719748
27
+ dataset_size: 5451601234.0
28
+ ---
29
+ # Dataset Card for "class_dataset_donut2"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)