mboth commited on
Commit
b2d5085
1 Parent(s): 4c9b45f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Grundfunktion
22
+ dtype: string
23
+ - name: ScoreGrundfunktion
24
+ dtype: float64
25
+ - name: ZweiteGrundfunktion
26
+ dtype: string
27
+ - name: ScoreZweiteGrundfunktion
28
+ dtype: float64
29
+ - name: label
30
+ dtype:
31
+ class_label:
32
+ names:
33
+ '0': Kaelteanlage
34
+ '1': KaeltekreisAllgemein
35
+ '2': Kaeltemaschine
36
+ '3': Kaeltemengenzaehler
37
+ '4': Klappe
38
+ '5': Pumpe
39
+ '6': RKW
40
+ '7': Regler
41
+ '8': Ruecklauf
42
+ '9': Ventil
43
+ '10': Vorlauf
44
+ '11': Waermemengenzaehler
45
+ - name: ScoreKomponente
46
+ dtype: float64
47
+ - name: Datenpunkt
48
+ dtype: string
49
+ - name: ScoreDatenpunkt
50
+ dtype: float64
51
+ - name: text
52
+ dtype: string
53
+ splits:
54
+ - name: train
55
+ num_bytes: 72126.24090121317
56
+ num_examples: 293
57
+ - name: test
58
+ num_bytes: 18282
59
+ num_examples: 73
60
+ - name: valid
61
+ num_bytes: 18282
62
+ num_examples: 73
63
+ download_size: 54220
64
+ dataset_size: 108690.24090121317
65
+ ---
66
+ # Dataset Card for "kaelteErzeugen-50-undersampled"
67
+
68
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)