优化阈值

dev_2.0.0
liu
parent c704386be2
commit f8dd864942

@ -16,7 +16,7 @@ pipeline:
epochs: 100
learning_rate: 0.001
- name: FallbackClassifier
threshold: 0.87
threshold: 0.4
ambiguity_threshold: 0.1
- name: EntitySynonymMapper
@ -24,6 +24,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

Loading…
Cancel
Save