mboth commited on
Commit
f7c8f55
1 Parent(s): c47851a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: ScoreGrundfunktion
26
+ dtype: float64
27
+ - name: ZweiteGrundfunktion
28
+ dtype: string
29
+ - name: ScoreZweiteGrundfunktion
30
+ dtype: float64
31
+ - name: label
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ '0': Auslass
36
+ '1': Raum
37
+ '2': VolumenstromreglerAbluft
38
+ '3': VolumenstromreglerRaum
39
+ '4': VolumenstromreglerZuluft
40
+ - name: Score
41
+ dtype: float64
42
+ splits:
43
+ - name: train
44
+ num_bytes: 180146.99538352274
45
+ num_examples: 703
46
+ - name: test
47
+ num_bytes: 91259
48
+ num_examples: 352
49
+ - name: valid
50
+ num_bytes: 91259
51
+ num_examples: 352
52
+ download_size: 132465
53
+ dataset_size: 362664.9953835227
54
+ ---
55
+ # Dataset Card for "luftVerteilen-200-undersampled"
56
+
57
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)