fix err in pipeline
Browse files- config.yml +2 -2
config.yml
CHANGED
|
@@ -7,10 +7,10 @@ pipeline:
|
|
| 7 |
# # If you'd like to customize it, uncomment and adjust the pipeline.
|
| 8 |
# # See https://rasa.com/docs/rasa/tuning-your-model for more information.
|
| 9 |
- name: "KeywordIntentClassifier"
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# Configuration for Rasa Core.
|
| 12 |
# https://rasa.com/docs/rasa/core/policies/
|
| 13 |
policies:
|
| 14 |
- name: RulePolicy
|
| 15 |
-
- name: FallbackClassifier
|
| 16 |
-
threshold: 0.7
|
|
|
|
| 7 |
# # If you'd like to customize it, uncomment and adjust the pipeline.
|
| 8 |
# # See https://rasa.com/docs/rasa/tuning-your-model for more information.
|
| 9 |
- name: "KeywordIntentClassifier"
|
| 10 |
+
- name: FallbackClassifier
|
| 11 |
+
threshold: 0.7
|
| 12 |
|
| 13 |
# Configuration for Rasa Core.
|
| 14 |
# https://rasa.com/docs/rasa/core/policies/
|
| 15 |
policies:
|
| 16 |
- name: RulePolicy
|
|
|
|
|
|