From 95bf237c6bb4f5028181a740e5e30ba0448f9bf9 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Wed, 10 Aug 2022 16:36:02 +0530 Subject: [PATCH] add duckling in conf from pytoxic --- config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 9901bef..73f3f63 100644 --- a/config.yml +++ b/config.yml @@ -11,7 +11,11 @@ pipeline: min_ngram: 1 max_ngram: 4 - name: DIETClassifier - epochs: 100 + epochs: 50 + - name: DucklingEntityExtractor + url: http://localhost:8000 + dimensions: + - email - name: EntitySynonymMapper - name: ResponseSelector epochs: 100