Upload README.md with huggingface_hub
Browse files
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: 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': Druckhaltestation
|
| 32 |
+
'1': HeizkreisAllgemein
|
| 33 |
+
'2': Heizkurve
|
| 34 |
+
'3': Kaeltemengenzaehler
|
| 35 |
+
'4': Pumpe
|
| 36 |
+
'5': Raum
|
| 37 |
+
'6': Regler
|
| 38 |
+
'7': Ruecklauf
|
| 39 |
+
'8': Uebertrager
|
| 40 |
+
'9': Ventil
|
| 41 |
+
'10': Vorlauf
|
| 42 |
+
'11': Waermemengenzaehler
|
| 43 |
+
'12': Warmwasserbereitung
|
| 44 |
+
splits:
|
| 45 |
+
- name: train
|
| 46 |
+
num_bytes: 407710.65048052603
|
| 47 |
+
num_examples: 1916
|
| 48 |
+
- name: test
|
| 49 |
+
num_bytes: 423002
|
| 50 |
+
num_examples: 1978
|
| 51 |
+
- name: valid
|
| 52 |
+
num_bytes: 423002
|
| 53 |
+
num_examples: 1978
|
| 54 |
+
download_size: 411048
|
| 55 |
+
dataset_size: 1253714.650480526
|
| 56 |
+
---
|
| 57 |
+
# Dataset Card for "waermeVerteilen-200-undersampled"
|
| 58 |
+
|
| 59 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|