Browse Source

Delete 'chatbot/config.yml'

SadhulaSaiKumar 2 years ago
parent
commit
095e9aefba
1 changed files with 0 additions and 61 deletions
  1. 0
    61
      chatbot/config.yml

+ 0
- 61
chatbot/config.yml View File

@@ -1,61 +0,0 @@
1
-recipe: default.v1
2
-assistant_id: 20230405-110754-rust-pixel
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
-
27
-
28
-# # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
29
-# # If you'd like to customize it, uncomment and adjust the pipeline.
30
-# # See https://rasa.com/docs/rasa/tuning-your-model for more information.
31
-#   - name: WhitespaceTokenizer
32
-#   - name: RegexFeaturizer
33
-#   - name: LexicalSyntacticFeaturizer
34
-#   - name: CountVectorsFeaturizer
35
-#   - name: CountVectorsFeaturizer
36
-#     analyzer: char_wb
37
-#     min_ngram: 1
38
-#     max_ngram: 4
39
-#   - name: DIETClassifier
40
-#     epochs: 100
41
-#     constrain_similarities: true
42
-#   - name: EntitySynonymMapper
43
-#   - name: ResponseSelector
44
-#     epochs: 100
45
-#     constrain_similarities: true
46
-#   - name: FallbackClassifier
47
-#     threshold: 0.3
48
-#     ambiguity_threshold: 0.1
49
-policies: null
50
-# # No configuration for policies was provided. The following default policies were used to train your model.
51
-# # If you'd like to customize them, uncomment and adjust the policies.
52
-# # See https://rasa.com/docs/rasa/policies for more information.
53
-#   - name: MemoizationPolicy
54
-#   - name: RulePolicy
55
-#   - name: UnexpecTEDIntentPolicy
56
-#     max_history: 5
57
-#     epochs: 100
58
-#   - name: TEDPolicy
59
-#     max_history: 5
60
-#     epochs: 100
61
-#     constrain_similarities: true

Loading…
Cancel
Save