mboth's picture
Upload README.md with huggingface_hub
fed453e
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: label
      dtype:
        class_label:
          names:
            '0': KaelteErzeugen
            '1': KaelteSpeichern
            '2': KaelteVerteilen
    - name: ScoreZweiteGrundfunktion
      dtype: float64
    - name: Komponente
      dtype: string
    - name: ScoreKomponente
      dtype: float64
    - name: Datenpunkt
      dtype: string
    - name: ScoreDatenpunkt
      dtype: float64
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 27642.555450236967
      num_examples: 112
    - name: test
      num_bytes: 32271
      num_examples: 132
    - name: valid
      num_bytes: 32271
      num_examples: 132
  download_size: 51628
  dataset_size: 92184.55545023696

Dataset Card for "kaelteVersorgen-50-undersampled"

More Information needed