Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,8 @@ Detailed description of the dataset.
|
|
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.
|
|
|
18 |
|
19 |
## Data Fields
|
20 |
- `id`: unique identifier for each conversation.
|
21 |
+
- 'utterance' : uterrance index.
|
22 |
+
- `from`: who the message is from (human, gpt)
|
23 |
- `value`: the text of the utterance.
|
24 |
- `emotion`: the emotion of the utterance.
|
25 |
- `audpath`: path to the associated audio file.
|