Update dataset.json
Browse files- dataset.json +2 -0
dataset.json
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
{
|
2 |
"Hey!": 0,
|
|
|
3 |
"How are you?": 1,
|
|
|
4 |
"This is an example dataset!": 2,
|
5 |
"This is the input": 3
|
6 |
}
|
|
|
1 |
{
|
2 |
"Hey!": 0,
|
3 |
+
"Hello!": 0,
|
4 |
"How are you?": 1,
|
5 |
+
"How's life?": 1,
|
6 |
"This is an example dataset!": 2,
|
7 |
"This is the input": 3
|
8 |
}
|