优化模板阈值

dev_2.1.0
liu 1 year ago
parent e7f6d69454
commit 14588a639a

@ -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

Loading…
Cancel
Save