Dooratre commited on
Commit
f0d2143
·
verified ·
1 Parent(s): b7dd6a2

Upload train.json

Browse files
Files changed (1) hide show
  1. 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
+ }