MultiDialog / README.md
SeJinPark's picture
Update README.md
11029ca verified
|
raw
history blame
No virus
774 Bytes
---
license: cc
task_categories:
- audio-to-audio
- text-generation
- audio-classification
- video-classification
language:
- en
size_categories:
- 1K<n<10K
# configs:
# - config_name: default
# data_files:
# - split: test_freq
# path: test_freq/*, metadata.jsonl
---
# Dataset Description
This dataset includes manually annotated metadata linking audio files to transcriptions, emotions, and other attributes. The `test_freq.parquet` file contains these links and metadata.
## Data Fields
- `id`: unique identifier for each conversation.
- 'utterance' : uterrance index.
- `from`: who the message is from (human, gpt)
- `value`: the text of the utterance.
- `emotion`: the emotion of the utterance.
- `audpath`: path to the associated audio file.