Upload test.json
Browse files
test.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data": [
|
3 |
+
{
|
4 |
+
"utterance": "And, getting me a room, I mean getting another room in a hotel is just the same thing.",
|
5 |
+
"label": 1
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"utterance": "I pushed you.",
|
9 |
+
"label": 0
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"utterance": "I said no, tell him what just happened.",
|
13 |
+
"label": 0
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"utterance": "You know, you\u2019ve been in a lot of fights, been around a long time, I know, yeah.",
|
17 |
+
"label": 1
|
18 |
+
}
|
19 |
+
]
|
20 |
+
}
|