Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -67,8 +67,8 @@ We have implemented the following changes to enhance the dataset's usability:
|
|
67 |
Each entry in the reformatted dataset consists of the following fields:
|
68 |
|
69 |
- `conversations`: A list of dictionaries, where each dictionary represents a turn in the dialogue and contains:
|
70 |
-
- `role`: A string indicating the speaker's role, either `user` or `assistant`.
|
71 |
-
- `content`: A string containing the dialogue content.
|
72 |
- `conv_id`: A string representing the unique identifier for the dialogue session.
|
73 |
- `emotion`: A string indicating the emotional label associated with the dialogue (corresponds to the `context` field in the original dataset).
|
74 |
- `situation`: A string describing the situational label for the dialogue (corresponds to the `prompt` field in the original dataset).
|
|
|
67 |
Each entry in the reformatted dataset consists of the following fields:
|
68 |
|
69 |
- `conversations`: A list of dictionaries, where each dictionary represents a turn in the dialogue and contains:
|
70 |
+
- `role`: A string indicating the speaker's role, either `user` or `assistant`.
|
71 |
+
- `content`: A string containing the dialogue content.
|
72 |
- `conv_id`: A string representing the unique identifier for the dialogue session.
|
73 |
- `emotion`: A string indicating the emotional label associated with the dialogue (corresponds to the `context` field in the original dataset).
|
74 |
- `situation`: A string describing the situational label for the dialogue (corresponds to the `prompt` field in the original dataset).
|