-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrasa_trippy.log
More file actions
293 lines (290 loc) · 31.3 KB
/
rasa_trippy.log
File metadata and controls
293 lines (290 loc) · 31.3 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
DEBUG:rasa.nlu.training_data.loading:Training data format of './data/nlu.md' is 'md'.
DEBUG:rasa.nlu.training_data.training_data:Validating training data...
INFO:rasa.nlu.model:Starting to train component WhitespaceTokenizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component RegexFeaturizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component LexicalSyntacticFeaturizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component CountVectorsFeaturizer
DEBUG:rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer:No text provided for response attribute in any messages of training data. Skipping training a CountVectorizer for it.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component CountVectorsFeaturizer
DEBUG:rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer:No text provided for response attribute in any messages of training data. Skipping training a CountVectorizer for it.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component DIETClassifier
DEBUG:rasa.utils.tensorflow.models:Building tensorflow train graph...
DEBUG:rasa.utils.tensorflow.models:Finished building tensorflow train graph.
INFO:rasa.utils.tensorflow.models:Finished training.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component EntitySynonymMapper
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component ResponseSelector
INFO:rasa.nlu.selectors.response_selector:Retrieval intent parameter was left to its default value. This response selector will be trained on training examples combining all retrieval intents.
DEBUG:rasa.nlu.classifiers.diet_classifier:Cannot train 'ResponseSelector'. No data was provided. Skipping training of the classifier.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Successfully saved model into 'C:\Users\HR\PycharmProjects\rasa-chatbot\models\nlu\current'
DEBUG:rasa.nlu.training_data.loading:Training data format of './data/nlu.md' is 'md'.
DEBUG:rasa.nlu.training_data.training_data:Validating training data...
INFO:rasa.nlu.model:Starting to train component WhitespaceTokenizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component RegexFeaturizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component LexicalSyntacticFeaturizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component CountVectorsFeaturizer
DEBUG:rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer:No text provided for response attribute in any messages of training data. Skipping training a CountVectorizer for it.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component CountVectorsFeaturizer
DEBUG:rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer:No text provided for response attribute in any messages of training data. Skipping training a CountVectorizer for it.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component DIETClassifier
DEBUG:rasa.utils.tensorflow.models:Building tensorflow train graph...
DEBUG:rasa.utils.tensorflow.models:Finished building tensorflow train graph.
INFO:rasa.utils.tensorflow.models:Finished training.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component EntitySynonymMapper
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component ResponseSelector
INFO:rasa.nlu.selectors.response_selector:Retrieval intent parameter was left to its default value. This response selector will be trained on training examples combining all retrieval intents.
DEBUG:rasa.nlu.classifiers.diet_classifier:Cannot train 'ResponseSelector'. No data was provided. Skipping training of the classifier.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Successfully saved model into 'C:\Users\HR\PycharmProjects\rasa-chatbot\models\nlu\current'
DEBUG:rasa.utils.tensorflow.models:Loading the model ...
WARNING:tensorflow:From C:\ProgramData\Anaconda3\envs\rasa-chatbot\lib\site-packages\tensorflow_core\python\ops\array_grad.py:563: _EagerTensorBase.cpu (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.identity instead.
DEBUG:rasa.utils.tensorflow.models:Finished loading the model.
DEBUG:rasa.utils.tensorflow.models:Building tensorflow prediction graph...
DEBUG:rasa.utils.tensorflow.models:Finished building tensorflow prediction graph.
DEBUG:rasa.nlu.classifiers.diet_classifier:Failed to load model for 'ResponseSelector'. Maybe you did not provide enough training data and no model was trained or the path 'C:\Users\HR\PycharmProjects\rasa-chatbot\models\nlu\current' doesn't exist?
DEBUG:rasa.nlu.training_data.loading:Training data format of './data/nlu.md' is 'md'.
DEBUG:rasa.nlu.training_data.training_data:Validating training data...
INFO:rasa.nlu.model:Starting to train component WhitespaceTokenizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component RegexFeaturizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component LexicalSyntacticFeaturizer
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component CountVectorsFeaturizer
DEBUG:rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer:No text provided for response attribute in any messages of training data. Skipping training a CountVectorizer for it.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component CountVectorsFeaturizer
DEBUG:rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer:No text provided for response attribute in any messages of training data. Skipping training a CountVectorizer for it.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component DIETClassifier
DEBUG:rasa.utils.tensorflow.models:Building tensorflow train graph...
DEBUG:rasa.utils.tensorflow.models:Finished building tensorflow train graph.
INFO:rasa.utils.tensorflow.models:Finished training.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component EntitySynonymMapper
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Starting to train component ResponseSelector
INFO:rasa.nlu.selectors.response_selector:Retrieval intent parameter was left to its default value. This response selector will be trained on training examples combining all retrieval intents.
DEBUG:rasa.nlu.classifiers.diet_classifier:Cannot train 'ResponseSelector'. No data was provided. Skipping training of the classifier.
INFO:rasa.nlu.model:Finished training component.
INFO:rasa.nlu.model:Successfully saved model into 'C:\Users\HR\PycharmProjects\rasa-chatbot\models\nlu\current'
DEBUG:rasa.utils.tensorflow.models:Loading the model ...
WARNING:tensorflow:From C:\ProgramData\Anaconda3\envs\rasa-chatbot\lib\site-packages\tensorflow_core\python\ops\array_grad.py:563: _EagerTensorBase.cpu (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.identity instead.
DEBUG:rasa.utils.tensorflow.models:Finished loading the model.
DEBUG:rasa.utils.tensorflow.models:Building tensorflow prediction graph...
DEBUG:rasa.utils.tensorflow.models:Finished building tensorflow prediction graph.
DEBUG:rasa.nlu.classifiers.diet_classifier:Failed to load model for 'ResponseSelector'. Maybe you did not provide enough training data and no model was trained or the path 'C:\Users\HR\PycharmProjects\rasa-chatbot\models\nlu\current' doesn't exist?
DEBUG:rasa.utils.tensorflow.models:Loading the model ...
WARNING:tensorflow:From C:\ProgramData\Anaconda3\envs\rasa-chatbot\lib\site-packages\tensorflow_core\python\ops\array_grad.py:563: _EagerTensorBase.cpu (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.identity instead.
DEBUG:rasa.utils.tensorflow.models:Finished loading the model.
DEBUG:rasa.utils.tensorflow.models:Building tensorflow prediction graph...
DEBUG:rasa.utils.tensorflow.models:Finished building tensorflow prediction graph.
DEBUG:rasa.nlu.classifiers.diet_classifier:Failed to load model for 'ResponseSelector'. Maybe you did not provide enough training data and no model was trained or the path 'C:\Users\HR\PycharmProjects\rasa-chatbot\models\nlu\current' doesn't exist?
DEBUG:rasa.utils.tensorflow.models:Loading the model ...
WARNING:tensorflow:From C:\ProgramData\Anaconda3\envs\rasa-chatbot\lib\site-packages\tensorflow_core\python\ops\array_grad.py:563: _EagerTensorBase.cpu (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.identity instead.
DEBUG:rasa.utils.tensorflow.models:Finished loading the model.
DEBUG:rasa.utils.tensorflow.models:Building tensorflow prediction graph...
DEBUG:rasa.utils.tensorflow.models:Finished building tensorflow prediction graph.
DEBUG:rasa.nlu.classifiers.diet_classifier:Failed to load model for 'ResponseSelector'. Maybe you did not provide enough training data and no model was trained or the path 'C:\Users\HR\PycharmProjects\rasa-chatbot\models\nlu\current' doesn't exist?
DEBUG:rasa.nlu.training_data.loading:Training data format of './data/nlu.md' is 'md'.
INFO:rasa.nlu.test:Running model for predictions:
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
DEBUG:rasa.nlu.classifiers.diet_classifier:There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
DEBUG:rasa.nlu.selectors.response_selector:Adding following selector key to message property: default
INFO:rasa.nlu.test:Intent evaluation results:
INFO:rasa.nlu.test:Intent Evaluation: Only considering those 78 examples that have a defined intent out of 78 examples
INFO:rasa.nlu.test:F1-Score: 1.0
INFO:rasa.nlu.test:Precision: 1.0
INFO:rasa.nlu.test:Accuracy: 1.0
INFO:rasa.nlu.test:Classification report:
precision recall f1-score support
lhajr 1.00 1.00 1.00 8
dwa 1.00 1.00 1.00 8
salam 1.00 1.00 1.00 11
aarad 1.00 1.00 1.00 7
halat 1.00 1.00 1.00 5
himaya 1.00 1.00 1.00 3
ntichar 1.00 1.00 1.00 3
die 1.00 1.00 1.00 3
definition 1.00 1.00 1.00 30
accuracy 1.00 78
macro avg 1.00 1.00 1.00 78
weighted avg 1.00 1.00 1.00 78
INFO:rasa.nlu.test:Entity evaluation results:
INFO:rasa.nlu.test:Evaluation for entity extractor: DIETClassifier
WARNING:rasa.nlu.test:No labels to evaluate. Skip evaluation.