Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
Tags:
conversation
License:
fix typo
Browse files
README.md
CHANGED
@@ -108,7 +108,7 @@ An example of 'train' looks as follows.
|
|
108 |
```
|
109 |
{
|
110 |
"label": 0,
|
111 |
-
|
112 |
"turn2": "hmm how do i know if you are",
|
113 |
"turn3": "what's your name ?"
|
114 |
}
|
|
|
108 |
```
|
109 |
{
|
110 |
"label": 0,
|
111 |
+
"turn1": "don't worry i'm girl",
|
112 |
"turn2": "hmm how do i know if you are",
|
113 |
"turn3": "what's your name ?"
|
114 |
}
|