LFBMS commited on
Commit
bb0d3c0
·
1 Parent(s): dae8f81

Upload README.md with huggingface_hub

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