mboth's picture
Upload README.md with huggingface_hub
b2d5085
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: Datatype
      dtype: string
    - name: Beschreibung
      dtype: string
    - name: Name
      dtype: string
    - name: Unit
      dtype: string
    - name: Grundfunktion
      dtype: string
    - name: ScoreGrundfunktion
      dtype: float64
    - name: ZweiteGrundfunktion
      dtype: string
    - name: ScoreZweiteGrundfunktion
      dtype: float64
    - name: label
      dtype:
        class_label:
          names:
            '0': Kaelteanlage
            '1': KaeltekreisAllgemein
            '2': Kaeltemaschine
            '3': Kaeltemengenzaehler
            '4': Klappe
            '5': Pumpe
            '6': RKW
            '7': Regler
            '8': Ruecklauf
            '9': Ventil
            '10': Vorlauf
            '11': Waermemengenzaehler
    - name: ScoreKomponente
      dtype: float64
    - name: Datenpunkt
      dtype: string
    - name: ScoreDatenpunkt
      dtype: float64
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 72126.24090121317
      num_examples: 293
    - name: test
      num_bytes: 18282
      num_examples: 73
    - name: valid
      num_bytes: 18282
      num_examples: 73
  download_size: 54220
  dataset_size: 108690.24090121317

Dataset Card for "kaelteErzeugen-50-undersampled"

More Information needed