manasagangotri commited on
Commit
55956c6
·
verified ·
1 Parent(s): f6a74b6

Update config.yml

Browse files
Files changed (1) hide show
  1. config.yml +50 -50
config.yml CHANGED
@@ -1,50 +1,50 @@
1
- # The config recipe.
2
- # https://rasa.com/docs/rasa/model-configuration/
3
- recipe: default.v1
4
-
5
- # The assistant project unique identifier
6
- # This default value must be replaced with a unique assistant name within your deployment
7
- assistant_id: 20250212-115715-quantum-mainmast
8
-
9
- # Configuration for Rasa NLU.
10
- # https://rasa.com/docs/rasa/nlu/components/
11
- language: en
12
-
13
- pipeline: null
14
- # # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
15
- # # If you'd like to customize it, uncomment and adjust the pipeline.
16
- # # See https://rasa.com/docs/rasa/tuning-your-model for more information.
17
- # - name: WhitespaceTokenizer
18
- # - name: RegexFeaturizer
19
- # - name: LexicalSyntacticFeaturizer
20
- # - name: CountVectorsFeaturizer
21
- # - name: CountVectorsFeaturizer
22
- # analyzer: char_wb
23
- # min_ngram: 1
24
- # max_ngram: 4
25
- # - name: DIETClassifier
26
- # epochs: 100
27
- # constrain_similarities: true
28
- # - name: EntitySynonymMapper
29
- # - name: ResponseSelector
30
- # epochs: 100
31
- # constrain_similarities: true
32
- # - name: FallbackClassifier
33
- # threshold: 0.3
34
- # ambiguity_threshold: 0.1
35
-
36
- # Configuration for Rasa Core.
37
- # https://rasa.com/docs/rasa/core/policies/
38
- policies: null
39
- # # No configuration for policies was provided. The following default policies were used to train your model.
40
- # # If you'd like to customize them, uncomment and adjust the policies.
41
- # # See https://rasa.com/docs/rasa/policies for more information.
42
- # - name: MemoizationPolicy
43
- # - name: RulePolicy
44
- # - name: UnexpecTEDIntentPolicy
45
- # max_history: 5
46
- # epochs: 100
47
- # - name: TEDPolicy
48
- # max_history: 5
49
- # epochs: 100
50
- # constrain_similarities: true
 
1
+ # The config recipe.
2
+ # https://rasa.com/docs/rasa/model-configuration/
3
+ recipe: default.v1
4
+
5
+ # The assistant project unique identifier
6
+ # This default value must be replaced with a unique assistant name within your deployment
7
+ assistant_id: 20250212-115715-quantum-mainmast
8
+
9
+ # Configuration for Rasa NLU.
10
+ # https://rasa.com/docs/rasa/nlu/components/
11
+ language: en
12
+
13
+ pipeline:
14
+ # # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
15
+ # # If you'd like to customize it, uncomment and adjust the pipeline.
16
+ # # See https://rasa.com/docs/rasa/tuning-your-model for more information.
17
+ - name: WhitespaceTokenizer
18
+ - name: RegexFeaturizer
19
+ - name: LexicalSyntacticFeaturizer
20
+ - name: CountVectorsFeaturizer
21
+ # - name: CountVectorsFeaturizer
22
+ # analyzer: char_wb
23
+ # min_ngram: 1
24
+ # max_ngram: 4
25
+ # - name: DIETClassifier
26
+ # epochs: 100
27
+ # constrain_similarities: true
28
+ # - name: EntitySynonymMapper
29
+ # - name: ResponseSelector
30
+ # epochs: 100
31
+ # constrain_similarities: true
32
+ # - name: FallbackClassifier
33
+ # threshold: 0.3
34
+ # ambiguity_threshold: 0.1
35
+
36
+ # Configuration for Rasa Core.
37
+ # https://rasa.com/docs/rasa/core/policies/
38
+ policies: null
39
+ # # No configuration for policies was provided. The following default policies were used to train your model.
40
+ # # If you'd like to customize them, uncomment and adjust the policies.
41
+ # # See https://rasa.com/docs/rasa/policies for more information.
42
+ # - name: MemoizationPolicy
43
+ # - name: RulePolicy
44
+ # - name: UnexpecTEDIntentPolicy
45
+ # max_history: 5
46
+ # epochs: 100
47
+ # - name: TEDPolicy
48
+ # max_history: 5
49
+ # epochs: 100
50
+ # constrain_similarities: true