Merge branch 'main' of https://huggingface.co/datasets/IVLLab/MultiDialog into main
Browse files
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 |
-
|
18 |
|
19 |
## Data Fields
|
20 |
- `id`: unique identifier for each conversation.
|
21 |
-
-
|
|
|
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.
|