Create dataset.json
Browse files- dataset.json +6 -0
dataset.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Hey!": "Hello.",
|
3 |
+
"How are you?": "Good, what about you?",
|
4 |
+
"This is an example dataset!": "That dataset is completely useless by the way.",
|
5 |
+
"This is the input": "And this is the response"
|
6 |
+
}
|