LFBMS commited on
Commit
49bad0c
·
1 Parent(s): 278643a

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_h
11
+ '1': bilanz_v
12
+ '2': guv
13
+ '3': kontennachweis_bilanz
14
+ '4': kontennachweis_guv
15
+ '5': other
16
+ '6': text
17
+ - name: ground_truth
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 327762478.0
22
+ num_examples: 1117
23
+ - name: test
24
+ num_bytes: 99667843.0
25
+ num_examples: 280
26
+ download_size: 400428133
27
+ dataset_size: 427430321.0
28
+ ---
29
+ # Dataset Card for "class_dataset_real_donut"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)