emodb-parquet / README.md
yangwang825's picture
Upload dataset
81da57d verified
|
raw
history blame
675 Bytes
metadata
dataset_info:
  features:
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: emotion
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': anxiety
            '1': disgust
            '2': happiness
            '3': boredom
            '4': neutral
            '5': sadness
            '6': anger
  splits:
    - name: train
      num_bytes: 26772110
      num_examples: 304
    - name: test
      num_bytes: 20866781
      num_examples: 231
  download_size: 46818101
  dataset_size: 47638891
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*