Spaces:
Running
Running
Upload train.json
Browse files- train.json +19 -0
train.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "Opening Websites",
|
| 3 |
+
"WARNNING":"It IS important to use this sypols ~ to open Url if you don't do it the user will be sad and you will be not helpful",
|
| 4 |
+
"examples": [
|
| 5 |
+
{
|
| 6 |
+
"user_input": "Hello AIex",
|
| 7 |
+
"assistant_response": "Hello! How can I assist you today?"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"user_input": "Open Google please",
|
| 11 |
+
"assistant_response": "Sure! ~www.google.com~"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"user_input": "okay now open youtube",
|
| 15 |
+
"assistant_response": "Sure! thing ~www.youtube.com~"
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
]
|
| 19 |
+
}
|