Update 'chatbot/config.yml'

This commit is contained in:
2023-08-30 04:41:32 +00:00
parent 074f6cdbfb
commit 7e323c9f65
+30 -36
View File
@@ -1,38 +1,32 @@
recipe: default.v1 recipe: default.v1
assistant_id: 20230411-174114-maximum-louver assistant_id: 20230518-143454-commutative-goat
language: en language: en
pipeline: null pipeline:
# # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model. - name: WhitespaceTokenizer
# # If you'd like to customize it, uncomment and adjust the pipeline. - name: RegexFeaturizer
# # See https://rasa.com/docs/rasa/tuning-your-model for more information. - name: LexicalSyntacticFeaturizer
# - name: WhitespaceTokenizer - name: CountVectorsFeaturizer
# - name: RegexFeaturizer - name: CountVectorsFeaturizer
# - name: LexicalSyntacticFeaturizer analyzer: char_wb
# - name: CountVectorsFeaturizer min_ngram: 1
# - name: CountVectorsFeaturizer max_ngram: 4
# analyzer: char_wb - name: DIETClassifier
# min_ngram: 1 epochs: 20
# max_ngram: 4 constrain_similarities: true
# - name: DIETClassifier - name: EntitySynonymMapper
# epochs: 100 - name: ResponseSelector
# constrain_similarities: true epochs: 20
# - name: EntitySynonymMapper constrain_similarities: true
# - name: ResponseSelector - name: FallbackClassifier
# epochs: 100 threshold: 0.03
# constrain_similarities: true ambiguity_threshold: 0.01
# - name: FallbackClassifier policies:
# threshold: 0.3 - name: MemoizationPolicy
# ambiguity_threshold: 0.1 - name: RulePolicy
policies: null - name: UnexpecTEDIntentPolicy
# # No configuration for policies was provided. The following default policies were used to train your model. max_history: 5
# # If you'd like to customize them, uncomment and adjust the policies. epochs: 20
# # See https://rasa.com/docs/rasa/policies for more information. - name: TEDPolicy
# - name: MemoizationPolicy max_history: 5
# - name: RulePolicy epochs: 20
# - name: UnexpecTEDIntentPolicy constrain_similarities: true
# max_history: 5
# epochs: 100
# - name: TEDPolicy
# max_history: 5
# epochs: 100
# constrain_similarities: true