Upload validation.json
Browse files- validation.json +24 -0
validation.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": [
|
3 |
+
{
|
4 |
+
"utterance": "Because you start physical fights?",
|
5 |
+
"label": 0
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"utterance": "No, and you hit back. So don\u2019t act like you don\u2019t fucking participate.",
|
9 |
+
"label": 1
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"utterance": "You fucking hit me last night. You fucking, s.",
|
13 |
+
"label": 0
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"utterance": "You figured it all out!",
|
17 |
+
"label": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"utterance": "I have told you what it is. I said to Travis, I said no, I said to you.",
|
21 |
+
"label": 0
|
22 |
+
}
|
23 |
+
]
|
24 |
+
}
|