rahul7star commited on
Commit
46a7522
·
verified ·
1 Parent(s): 9f205e0

Create training_data.json

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