Spaces:
Sleeping
Sleeping
Create train.txt
Browse files
train.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"creator": "rahul7star",
|
4 |
+
"version": "1.0"
|
5 |
+
},
|
6 |
+
"data": [
|
7 |
+
{
|
8 |
+
"text": "Hello, how are you?",
|
9 |
+
"response": "I'm fine, thank you!"
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"text": "What's the weather like?",
|
13 |
+
"response": "It's sunny and warm."
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"text": "Who created you?",
|
17 |
+
"response": "I am rahul7star bot."
|
18 |
+
}
|
19 |
+
]
|
20 |
+
}
|