Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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': BHKW
|
| 32 |
+
'1': Kessel
|
| 33 |
+
'2': Pelletkessel
|
| 34 |
+
'3': Waermepumpe
|
| 35 |
+
'4': WaermeversorgerAllgemein
|
| 36 |
+
splits:
|
| 37 |
+
- name: train
|
| 38 |
+
num_bytes: 37366.89908256881
|
| 39 |
+
num_examples: 209
|
| 40 |
+
- name: test
|
| 41 |
+
num_bytes: 38880
|
| 42 |
+
num_examples: 218
|
| 43 |
+
- name: valid
|
| 44 |
+
num_bytes: 38880
|
| 45 |
+
num_examples: 218
|
| 46 |
+
download_size: 54745
|
| 47 |
+
dataset_size: 115126.89908256881
|
| 48 |
+
---
|
| 49 |
+
# Dataset Card for "waermeErzeugen-50-undersampled"
|
| 50 |
+
|
| 51 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|