暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.yml 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738
  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