Basit Anwer
commited on
Commit
·
46d3999
1
Parent(s):
4da0323
Fixed bug in stories.
Browse files- config.yml +13 -10
- data/stories.yml +1 -1
config.yml
CHANGED
@@ -3,12 +3,14 @@
|
|
3 |
language: en
|
4 |
|
5 |
pipeline:
|
6 |
-
- name:
|
|
|
|
|
7 |
- name: RegexFeaturizer
|
8 |
- name: LexicalSyntacticFeaturizer
|
9 |
- name: CountVectorsFeaturizer
|
10 |
- name: CountVectorsFeaturizer
|
11 |
-
analyzer: char_wb
|
12 |
min_ngram: 1
|
13 |
max_ngram: 4
|
14 |
- name: DIETClassifier
|
@@ -16,15 +18,16 @@ pipeline:
|
|
16 |
- name: EntitySynonymMapper
|
17 |
- name: ResponseSelector
|
18 |
epochs: 100
|
19 |
-
- name: FallbackClassifier
|
20 |
-
threshold: 0.3
|
21 |
-
ambiguity_threshold: 0.1
|
22 |
|
23 |
# Configuration for Rasa Core.
|
24 |
# https://rasa.com/docs/rasa/core/policies/
|
25 |
policies:
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
3 |
language: en
|
4 |
|
5 |
pipeline:
|
6 |
+
- name: SpacyNLP
|
7 |
+
- name: SpacyTokenizer
|
8 |
+
- name: SpacyFeaturizer
|
9 |
- name: RegexFeaturizer
|
10 |
- name: LexicalSyntacticFeaturizer
|
11 |
- name: CountVectorsFeaturizer
|
12 |
- name: CountVectorsFeaturizer
|
13 |
+
analyzer: "char_wb"
|
14 |
min_ngram: 1
|
15 |
max_ngram: 4
|
16 |
- name: DIETClassifier
|
|
|
18 |
- name: EntitySynonymMapper
|
19 |
- name: ResponseSelector
|
20 |
epochs: 100
|
|
|
|
|
|
|
21 |
|
22 |
# Configuration for Rasa Core.
|
23 |
# https://rasa.com/docs/rasa/core/policies/
|
24 |
policies:
|
25 |
+
# # No configuration for policies was provided. The following default policies were used to train your model.
|
26 |
+
# # If you'd like to customize them, uncomment and adjust the policies.
|
27 |
+
# # See https://rasa.com/docs/rasa/policies for more information.
|
28 |
+
# - name: MemoizationPolicy
|
29 |
+
# - name: RulePolicy
|
30 |
+
# - name: TEDPolicy
|
31 |
+
# max_history: 5
|
32 |
+
# epochs: 100
|
33 |
+
# constrain_similarities: true
|
data/stories.yml
CHANGED
@@ -911,5 +911,5 @@ stories:
|
|
911 |
steps:
|
912 |
- intent: greet
|
913 |
- action: utter_greet
|
914 |
-
- action: utter_retail_6
|
915 |
- intent: retail_6
|
|
|
|
911 |
steps:
|
912 |
- intent: greet
|
913 |
- action: utter_greet
|
|
|
914 |
- intent: retail_6
|
915 |
+
- action: utter_retail_6
|