mboth commited on
Commit
6f176b6
1 Parent(s): 944f33e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: valid
10
+ path: data/valid-*
11
+ dataset_info:
12
+ features:
13
+ - name: Datatype
14
+ dtype: string
15
+ - name: Beschreibung
16
+ dtype: string
17
+ - name: Name
18
+ dtype: string
19
+ - name: Unit
20
+ dtype: string
21
+ - name: text
22
+ dtype: string
23
+ - name: Grundfunktion
24
+ dtype: string
25
+ - name: ZweiteGrundfunktion
26
+ dtype: string
27
+ - name: label
28
+ dtype:
29
+ class_label:
30
+ names:
31
+ '0': AbluftAllgemein
32
+ '1': Abluftfilter
33
+ '2': Abluftklappe
34
+ '3': Abluftventilator
35
+ '4': Außenluftfilter
36
+ '5': Außenluftklappe
37
+ '6': Befeuchter
38
+ '7': Erhitzer
39
+ '8': Filter
40
+ '9': Fortluftklappe
41
+ '10': GerätAllgemein
42
+ '11': Kaeltemengenzaehler
43
+ '12': KlappenAllgemein
44
+ '13': Kühler
45
+ '14': Regler
46
+ '15': Umluft
47
+ '16': Ventilator
48
+ '17': Wärmemengenzähler
49
+ '18': Wärmerückgewinnung
50
+ '19': ZuluftAllgemein
51
+ '20': Zuluftfilter
52
+ '21': Zuluftklappe
53
+ '22': Zuluftventilator
54
+ splits:
55
+ - name: train
56
+ num_bytes: 594806.5793571349
57
+ num_examples: 2797
58
+ - name: test
59
+ num_bytes: 238179
60
+ num_examples: 1124
61
+ - name: valid
62
+ num_bytes: 238179
63
+ num_examples: 1124
64
+ download_size: 347666
65
+ dataset_size: 1071164.5793571349
66
+ ---
67
+ # Dataset Card for "luftBereitstellen-200-undersampled"
68
+
69
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)