-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
35 lines (34 loc) · 944 Bytes
/
config.yml
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
# Configuration for Rasa NLU.
# https://rasa.com/docs/rasa/nlu/components/
language: en
pipeline:
- name: "SpacyNLP"
- name: "SpacyTokenizer"
- name: "SpacyFeaturizer"
- name: "RegexFeaturizer"
- name: "CRFEntityExtractor"
- name: "SpacyEntityExtractor"
- name: "DucklingHTTPExtractor"
url: "http://4161e7df.ngrok.io"
dimensions: ["time"]
locale: "en_IN"
timezone: "Asia/Kolkata"
- name: "EntitySynonymMapper"
- name: "SklearnIntentClassifier"
# Configuration for Rasa Core.
# https://rasa.com/docs/rasa/core/policies/
policies:
- name: MemoizationPolicy
max_history: 5
- name: KerasPolicy
epochs: 200
featurizer:
- name: MaxHistoryTrackerFeaturizer
max_history: 5
state_featurizer:
- name: BinarySingleStateFeaturizer
- name: "FallbackPolicy"
nlu_threshold: 0.2
core_threshold: 0.2
fallback_action_name: 'action_default_fallback'
- name: MappingPolicy