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