Datasets:

Languages:
English
ArXiv:
License:
SeJinPark commited on
Commit
769157a
·
2 Parent(s): b751c89 8076d39

Merge branch 'main' of https://huggingface.co/datasets/IVLLab/MultiDialog into main

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,16 +9,16 @@ language:
9
  - en
10
  size_categories:
11
  - 1K<n<10K
12
-
13
  ---
14
 
15
 
16
  # Dataset Description
17
- Detailed description of the dataset.
18
 
19
  ## Data Fields
20
  - `id`: unique identifier for each conversation.
21
- - `from`: who the message is from.
 
22
  - `value`: the text of the utterance.
23
  - `emotion`: the emotion of the utterance.
24
  - `audpath`: path to the associated audio file.
 
9
  - en
10
  size_categories:
11
  - 1K<n<10K
 
12
  ---
13
 
14
 
15
  # Dataset Description
16
+ 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.
17
 
18
  ## Data Fields
19
  - `id`: unique identifier for each conversation.
20
+ - 'utterance' : uterrance index.
21
+ - `from`: who the message is from (human, gpt)
22
  - `value`: the text of the utterance.
23
  - `emotion`: the emotion of the utterance.
24
  - `audpath`: path to the associated audio file.