From f8dd864942a43e00ec9b9968da7109147b03acf6 Mon Sep 17 00:00:00 2001 From: liu Date: Mon, 25 Dec 2023 11:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtual-patient-rasa/docs/rasa/config-local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual-patient-rasa/docs/rasa/config-local.yml b/virtual-patient-rasa/docs/rasa/config-local.yml index 606948f9..c61381ea 100644 --- a/virtual-patient-rasa/docs/rasa/config-local.yml +++ b/virtual-patient-rasa/docs/rasa/config-local.yml @@ -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