Sfoglia il codice sorgente

Update 'chatbot/config.yml'

SadhulaSaiKumar 1 anno fa
parent
commit
7e323c9f65
1 ha cambiato i file con 32 aggiunte e 38 eliminazioni
  1. 32
    38
      chatbot/config.yml

+ 32
- 38
chatbot/config.yml Vedi File

@@ -1,38 +1,32 @@
1
-recipe: default.v1
2
-assistant_id: 20230411-174114-maximum-louver
3
-language: en
4
-pipeline: null
5
-# # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
6
-# # If you'd like to customize it, uncomment and adjust the pipeline.
7
-# # See https://rasa.com/docs/rasa/tuning-your-model for more information.
8
-#   - name: WhitespaceTokenizer
9
-#   - name: RegexFeaturizer
10
-#   - name: LexicalSyntacticFeaturizer
11
-#   - name: CountVectorsFeaturizer
12
-#   - name: CountVectorsFeaturizer
13
-#     analyzer: char_wb
14
-#     min_ngram: 1
15
-#     max_ngram: 4
16
-#   - name: DIETClassifier
17
-#     epochs: 100
18
-#     constrain_similarities: true
19
-#   - name: EntitySynonymMapper
20
-#   - name: ResponseSelector
21
-#     epochs: 100
22
-#     constrain_similarities: true
23
-#   - name: FallbackClassifier
24
-#     threshold: 0.3
25
-#     ambiguity_threshold: 0.1
26
-policies: null
27
-# # No configuration for policies was provided. The following default policies were used to train your model.
28
-# # If you'd like to customize them, uncomment and adjust the policies.
29
-# # See https://rasa.com/docs/rasa/policies for more information.
30
-#   - name: MemoizationPolicy
31
-#   - name: RulePolicy
32
-#   - name: UnexpecTEDIntentPolicy
33
-#     max_history: 5
34
-#     epochs: 100
35
-#   - name: TEDPolicy
36
-#     max_history: 5
37
-#     epochs: 100
38
-#     constrain_similarities: true
1
+recipe: default.v1
2
+assistant_id: 20230518-143454-commutative-goat
3
+language: en
4
+pipeline:
5
+  - name: WhitespaceTokenizer
6
+  - name: RegexFeaturizer
7
+  - name: LexicalSyntacticFeaturizer
8
+  - name: CountVectorsFeaturizer
9
+  - name: CountVectorsFeaturizer
10
+    analyzer: char_wb
11
+    min_ngram: 1
12
+    max_ngram: 4
13
+  - name: DIETClassifier
14
+    epochs: 20
15
+    constrain_similarities: true
16
+  - name: EntitySynonymMapper
17
+  - name: ResponseSelector
18
+    epochs: 20
19
+    constrain_similarities: true
20
+  - name: FallbackClassifier
21
+    threshold: 0.03
22
+    ambiguity_threshold: 0.01
23
+policies:
24
+  - name: MemoizationPolicy
25
+  - name: RulePolicy
26
+  - name: UnexpecTEDIntentPolicy
27
+    max_history: 5
28
+    epochs: 20
29
+  - name: TEDPolicy
30
+    max_history: 5
31
+    epochs: 20
32
+    constrain_similarities: true

Loading…
Annulla
Salva