No Description
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 2.1KB

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