-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataset.json
38 lines (37 loc) · 1.15 KB
/
dataset.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"query": "What's the weather like today?",
"category": "Weather",
"response": "The weather today is sunny and warm."
},
{
"query": "Tell me a joke.",
"category": "Entertainment",
"response": "Why don't scientists trust atoms? Because they make up everything!"
},
{
"query": "What's the capital of France?",
"category": "General Knowledge",
"response": "The capital of France is Paris."
},
{
"query": "How to bake a chocolate cake?",
"category": "Cooking",
"response": "To bake a chocolate cake, you'll need ingredients such as flour, sugar, cocoa powder, eggs, and butter."
},
{
"query": "What movies are playing in theaters?",
"category": "Entertainment",
"response": "The current movies playing in theaters are 'Avengers: Endgame', 'Spider-Man: Far From Home', and 'Toy Story 4'."
},
{
"query": "whats the timing of McDonald?",
"category": "Entertainment",
"response": "Most probably its 6:00-12:00 PM"
},
{
"query": "How do I reset my password?",
"category": "Account",
"response": "To reset your password, please visit the account settings page."
},
]