anshupatel4298 commited on
Commit
5dda15b
1 Parent(s): d3f0ccb

Upload 3 files

Browse files
Files changed (3) hide show
  1. classes.pkl +3 -0
  2. intents.json +102 -0
  3. words.pkl +3 -0
classes.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66619a8bf6541fc9ae770c039382117f7b0cfe6216e2bfba066a40babf9de12
3
+ size 415
intents.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "intents": [
3
+ {
4
+ "tag": "0",
5
+ "patterns": [
6
+ "Hi", "Hello", "Hey", "How are you?", "Good morning", "Good evening",
7
+ "Hi there", "Hello there", "Hey there", "What's up?", "How's it going?"
8
+ ],
9
+ "responses": [
10
+ "Hello!", "Hi there, how can I assist you today?", "Greetings! How can I help?",
11
+ "Hi! What can I do for you?", "Hello, how are you?", "Hey! What can I help with?"
12
+ ],
13
+ "context": [""]
14
+ },
15
+ {
16
+ "tag": "1",
17
+ "patterns": [
18
+ "Bye", "Goodbye", "See you later", "I have to go", "Catch you later",
19
+ "Talk to you later", "I'm leaving", "Farewell", "Until next time"
20
+ ],
21
+ "responses": [
22
+ "Goodbye! Have a great day!", "See you later!", "Take care!",
23
+ "Bye! Have a nice day!", "Catch you later!", "Goodbye, stay safe!"
24
+ ],
25
+ "context": [""]
26
+ },
27
+ {
28
+ "tag": "2",
29
+ "patterns": [
30
+ "Thanks", "Thank you", "That's helpful", "Thank you so much",
31
+ "I appreciate it", "Many thanks", "Thanks a lot", "Thanks a bunch"
32
+ ],
33
+ "responses": [
34
+ "You're welcome!", "Happy to help!", "Anytime!",
35
+ "No problem!", "Glad to be of assistance!", "You're very welcome!"
36
+ ],
37
+ "context": [""]
38
+ },
39
+ {
40
+ "tag": "3",
41
+ "patterns": [
42
+ "Yes", "Sure", "Absolutely", "Of course", "Definitely",
43
+ "That's right", "You bet", "Indeed", "Correct", "Affirmative"
44
+ ],
45
+ "responses": [
46
+ "Great!", "Good to hear!", "Okay, let's proceed.",
47
+ "Awesome!", "Fantastic!", "Sounds good!"
48
+ ],
49
+ "context": [""]
50
+ },
51
+ {
52
+ "tag": "4",
53
+ "patterns": [
54
+ "No", "Nope", "Not really", "I don't think so", "Nah",
55
+ "Not at all", "I don't agree", "Negative"
56
+ ],
57
+ "responses": [
58
+ "Okay, no problem.", "Alright, let me know if you need anything else.",
59
+ "Understood, feel free to ask if you need anything.", "Got it. Let me know if you need further assistance."
60
+ ],
61
+ "context": [""]
62
+ },
63
+ {
64
+ "tag": "5",
65
+ "patterns": [
66
+ "Can you help me?", "I need assistance", "Help me please", "Could you assist me?", "I need help with something",
67
+ "I require help", "Please assist", "I need support"
68
+ ],
69
+ "responses": [
70
+ "Sure, I'm here to help. What do you need assistance with?", "Of course, what do you need help with?",
71
+ "I'm happy to assist. Please tell me more.", "Certainly! How can I help you?", "Absolutely, what do you need?"
72
+ ],
73
+ "context": [""]
74
+ },
75
+ {
76
+ "tag": "6",
77
+ "patterns": [
78
+ "What's the weather like?", "Tell me the weather", "Is it going to rain today?", "What's the forecast?", "Will it be sunny today?",
79
+ "What's the temperature?", "How's the weather?", "Is it cold outside?"
80
+ ],
81
+ "responses": [
82
+ "I'm sorry, but I cannot provide real-time weather information. You can check the weather using your local weather service.",
83
+ "I can't provide weather updates. Please check your weather app or website.",
84
+ "Unfortunately, I don't have weather information. Try using a weather service for accurate details."
85
+ ],
86
+ "context": [""]
87
+ },
88
+ {
89
+ "tag": "7",
90
+ "patterns": [
91
+ "I'm not sure", "I don't know", "What do you mean?", "Explain that to me", "Can you elaborate?",
92
+ "I'm confused", "Can you clarify?", "What do you mean by that?"
93
+ ],
94
+ "responses": [
95
+ "I'm not sure what you mean. Could you please rephrase?", "I'm sorry, I don't understand. Can you clarify?",
96
+ "Could you provide more details so I can help better?", "Please provide more information so I can assist you.",
97
+ "I'm not clear on that. Could you explain further?"
98
+ ],
99
+ "context": [""]
100
+ }
101
+ ]
102
+ }
words.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18bd4ef208e6f446b6859c0d51c669cfc40d420ebde8ab5d3852d70ace3cea89
3
+ size 17002