emouerj-sed / README.md
AdeoyeLadele's picture
Update README.md
9dec87d verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: duration
      dtype: float64
    - name: emotion
      list:
        - name: emo
          dtype: string
        - name: end
          dtype: float64
        - name: start
          dtype: float64
  splits:
    - name: train
      num_bytes: 29763142.435087718
      num_examples: 199
    - name: test
      num_bytes: 12862463.56491228
      num_examples: 86
  download_size: 42626960
  dataset_size: 42625606
license: apache-2.0
task_categories:
  - audio-classification
language:
  - pt
size_categories:
  - n<1K

Dataset Card for "emouerj-sed"

This Dataset is adapted from emoUERJ for the Speech Emotion Diarization Task.

The dataset is created following the recipe for described in the (SPEECH EMOTION DIARIZATION: WHICH EMOTION APPEARS WHEN?)[https://arxiv.org/pdf/2306.12991] paper.