Upload 4 files
Browse files
model_code/twiz-data/all_intents.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"GetCuriositiesIntent",
|
3 |
+
"GreetingIntent",
|
4 |
+
"SelectIntent",
|
5 |
+
"ShowStepsIntent",
|
6 |
+
"IdentifyRestrictionsIntent",
|
7 |
+
"ProvideUserNameIntent",
|
8 |
+
"MoreOptionsIntent",
|
9 |
+
"RepeatIntent",
|
10 |
+
"HelpIntent",
|
11 |
+
"QuestionIntent",
|
12 |
+
"MoreDetailIntent",
|
13 |
+
"AdjustServingsIntent",
|
14 |
+
"GoToStepIntent",
|
15 |
+
"SetTimerIntent",
|
16 |
+
"OutOfScopeIntent",
|
17 |
+
"FallbackIntent",
|
18 |
+
"PreviousStepIntent",
|
19 |
+
"TerminateCurrentTaskIntent",
|
20 |
+
"ChitChatIntent",
|
21 |
+
"CompleteTaskIntent",
|
22 |
+
"NoneOfTheseIntent",
|
23 |
+
"ShoppingIntent",
|
24 |
+
"PauseIntent",
|
25 |
+
"CancelIntent",
|
26 |
+
"StartStepsIntent",
|
27 |
+
"InappropriateIntent",
|
28 |
+
"NoIntent",
|
29 |
+
"SuggestionsIntent",
|
30 |
+
"ResumeTaskIntent",
|
31 |
+
"IngredientsConfirmationIntent",
|
32 |
+
"NextStepIntent",
|
33 |
+
"IdentifyProcessIntent",
|
34 |
+
"NoRestrictionsIntent",
|
35 |
+
"YesIntent",
|
36 |
+
"SubstitutionIntent",
|
37 |
+
"StopIntent"
|
38 |
+
]
|
model_code/twiz-data/test.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[[
|
2 |
+
"This is the previous system utterance. Unfortunately, I can't share these.",
|
3 |
+
"This is the last thing the user said. Find all the intents in all_intents.json Again, I can't share them. The next one is the intent name. ",
|
4 |
+
"SelectIntent"
|
5 |
+
]]
|
model_code/twiz-data/train.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[[
|
2 |
+
"This is the previous system utterance. Unfortunately, I can't share these.",
|
3 |
+
"This is the last thing the user said. Find all the intents in all_intents.json Again, I can't share them. The next one is the intent name. ",
|
4 |
+
"SelectIntent"
|
5 |
+
]]
|
model_code/twiz-data/val.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[[
|
2 |
+
"This is the previous system utterance. Unfortunately, I can't share these.",
|
3 |
+
"This is the last thing the user said. Find all the intents in all_intents.json Again, I can't share them. The next one is the intent name. ",
|
4 |
+
"SelectIntent"
|
5 |
+
]]
|