mboth commited on
Commit
fed453e
1 Parent(s): db7c18f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: label
26
+ dtype:
27
+ class_label:
28
+ names:
29
+ '0': KaelteErzeugen
30
+ '1': KaelteSpeichern
31
+ '2': KaelteVerteilen
32
+ - name: ScoreZweiteGrundfunktion
33
+ dtype: float64
34
+ - name: Komponente
35
+ dtype: string
36
+ - name: ScoreKomponente
37
+ dtype: float64
38
+ - name: Datenpunkt
39
+ dtype: string
40
+ - name: ScoreDatenpunkt
41
+ dtype: float64
42
+ - name: text
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 27642.555450236967
47
+ num_examples: 112
48
+ - name: test
49
+ num_bytes: 32271
50
+ num_examples: 132
51
+ - name: valid
52
+ num_bytes: 32271
53
+ num_examples: 132
54
+ download_size: 51628
55
+ dataset_size: 92184.55545023696
56
+ ---
57
+ # Dataset Card for "kaelteVersorgen-50-undersampled"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)