|
|
|
@ -15,7 +15,7 @@ pipeline:
|
|
|
|
|
epochs: 100
|
|
|
|
|
learning_rate: 0.001
|
|
|
|
|
- name: FallbackClassifier
|
|
|
|
|
threshold: 0.87
|
|
|
|
|
threshold: 0.4
|
|
|
|
|
ambiguity_threshold: 0.1
|
|
|
|
|
- name: EntitySynonymMapper
|
|
|
|
|
|
|
|
|
@ -23,6 +23,6 @@ policies:
|
|
|
|
|
- name: MemoizationPolicy
|
|
|
|
|
- name: TEDPolicy
|
|
|
|
|
- name: RulePolicy
|
|
|
|
|
core_fallback_threshold: 0.87
|
|
|
|
|
core_fallback_threshold: 0.4
|
|
|
|
|
core_fallback_action_name: "action_default_fallback"
|
|
|
|
|
enable_fallback_prediction: True
|
|
|
|
|