LFBMS commited on
Commit
f85b938
·
1 Parent(s): cefbcd2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
18
+ - name: train
19
+ num_bytes: 330330968.875
20
+ num_examples: 1117
21
+ - name: test
22
+ num_bytes: 99656474.0
23
+ num_examples: 280
24
+ download_size: 400425817
25
+ dataset_size: 429987442.875
26
+ ---
27
+ # Dataset Card for "class_dataset_real"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)