Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

config.yml 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # The config recipe.
  2. # https://rasa.com/docs/rasa/model-configuration/
  3. recipe: default.v1
  4. # The assistant project unique identifier
  5. # This default value must be replaced with a unique assistant name within your deployment
  6. assistant_id: 20230807-114046-drab-rectangle
  7. # Configuration for Rasa NLU.
  8. # https://rasa.com/docs/rasa/nlu/components/
  9. language: en
  10. pipeline: null
  11. # # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
  12. # # If you'd like to customize it, uncomment and adjust the pipeline.
  13. # # See https://rasa.com/docs/rasa/tuning-your-model for more information.
  14. # - name: WhitespaceTokenizer
  15. # - name: RegexFeaturizer
  16. # - name: LexicalSyntacticFeaturizer
  17. # - name: CountVectorsFeaturizer
  18. # - name: CountVectorsFeaturizer
  19. # analyzer: char_wb
  20. # min_ngram: 1
  21. # max_ngram: 4
  22. # - name: DIETClassifier
  23. # epochs: 100
  24. # constrain_similarities: true
  25. # - name: EntitySynonymMapper
  26. # - name: ResponseSelector
  27. # epochs: 100
  28. # constrain_similarities: true
  29. # - name: FallbackClassifier
  30. # threshold: 0.3
  31. # ambiguity_threshold: 0.1
  32. # Configuration for Rasa Core.
  33. # https://rasa.com/docs/rasa/core/policies/
  34. policies:
  35. - name: RulePolicy