Commit
•
02c9c5d
1
Parent(s):
f87b0ef
Delete RASA moodbot model code (#29)
Browse files- Delete RASA moodbot model code (85a78a48c992826a4c9f3fb5214e9366e19aa2de)
Co-authored-by: Anand <pvanand@users.noreply.huggingface.co>
- data/nlu.yml +0 -91
data/nlu.yml
DELETED
@@ -1,91 +0,0 @@
|
|
1 |
-
version: "3.1"
|
2 |
-
|
3 |
-
nlu:
|
4 |
-
- intent: greet
|
5 |
-
examples: |
|
6 |
-
- hey
|
7 |
-
- hello
|
8 |
-
- hi
|
9 |
-
- hello there
|
10 |
-
- good morning
|
11 |
-
- good evening
|
12 |
-
- moin
|
13 |
-
- hey there
|
14 |
-
- let's go
|
15 |
-
- hey dude
|
16 |
-
- goodmorning
|
17 |
-
- goodevening
|
18 |
-
- good afternoon
|
19 |
-
|
20 |
-
- intent: goodbye
|
21 |
-
examples: |
|
22 |
-
- cu
|
23 |
-
- good by
|
24 |
-
- cee you later
|
25 |
-
- good night
|
26 |
-
- bye
|
27 |
-
- goodbye
|
28 |
-
- have a nice day
|
29 |
-
- see you around
|
30 |
-
- bye bye
|
31 |
-
- see you later
|
32 |
-
|
33 |
-
- intent: affirm
|
34 |
-
examples: |
|
35 |
-
- yes
|
36 |
-
- y
|
37 |
-
- indeed
|
38 |
-
- of course
|
39 |
-
- that sounds good
|
40 |
-
- correct
|
41 |
-
|
42 |
-
- intent: deny
|
43 |
-
examples: |
|
44 |
-
- no
|
45 |
-
- n
|
46 |
-
- never
|
47 |
-
- I don't think so
|
48 |
-
- don't like that
|
49 |
-
- no way
|
50 |
-
- not really
|
51 |
-
|
52 |
-
- intent: mood_great
|
53 |
-
examples: |
|
54 |
-
- perfect
|
55 |
-
- great
|
56 |
-
- amazing
|
57 |
-
- feeling like a king
|
58 |
-
- wonderful
|
59 |
-
- I am feeling very good
|
60 |
-
- I am great
|
61 |
-
- I am amazing
|
62 |
-
- I am going to save the world
|
63 |
-
- super stoked
|
64 |
-
- extremely good
|
65 |
-
- so so perfect
|
66 |
-
- so good
|
67 |
-
- so perfect
|
68 |
-
|
69 |
-
- intent: mood_unhappy
|
70 |
-
examples: |
|
71 |
-
- my day was horrible
|
72 |
-
- I am sad
|
73 |
-
- I don't feel very well
|
74 |
-
- I am disappointed
|
75 |
-
- super sad
|
76 |
-
- I'm so sad
|
77 |
-
- sad
|
78 |
-
- very sad
|
79 |
-
- unhappy
|
80 |
-
- not good
|
81 |
-
- not very good
|
82 |
-
- extremly sad
|
83 |
-
- so saad
|
84 |
-
- so sad
|
85 |
-
|
86 |
-
- intent: bot_challenge
|
87 |
-
examples: |
|
88 |
-
- are you a bot?
|
89 |
-
- are you a human?
|
90 |
-
- am I talking to a bot?
|
91 |
-
- am I talking to a human?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|