fixed domain.yml to abide by rasa3.0 format
This commit is contained in:
parent
2a406e8f87
commit
09a68b838d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
venv/
|
venv/
|
||||||
.vscode
|
.vscode
|
||||||
models/
|
models/
|
||||||
|
.rasa/
|
@ -11,14 +11,14 @@ pipeline:
|
|||||||
min_ngram: 1
|
min_ngram: 1
|
||||||
max_ngram: 4
|
max_ngram: 4
|
||||||
- name: DIETClassifier
|
- name: DIETClassifier
|
||||||
epochs: 10
|
epochs: 100
|
||||||
- name: EntitySynonymMapper
|
- name: EntitySynonymMapper
|
||||||
- name: ResponseSelector
|
- name: ResponseSelector
|
||||||
epochs: 10
|
epochs: 100
|
||||||
|
|
||||||
policies:
|
policies:
|
||||||
- name: MemoizationPolicy
|
- name: MemoizationPolicy
|
||||||
- name: RulePolicy
|
- name: RulePolicy
|
||||||
- name: TEDPolicy
|
- name: TEDPolicy
|
||||||
max_history: 5
|
max_history: 5
|
||||||
epochs: 10
|
epochs: 100
|
@ -8,8 +8,10 @@ intents:
|
|||||||
- signup
|
- signup
|
||||||
slots:
|
slots:
|
||||||
email:
|
email:
|
||||||
type: unfeaturized
|
type: text
|
||||||
influence_conversation: false
|
influence_conversation: false
|
||||||
|
mappings:
|
||||||
|
- type: from_text
|
||||||
responses:
|
responses:
|
||||||
utter_greet:
|
utter_greet:
|
||||||
- text: |
|
- text: |
|
||||||
@ -30,5 +32,4 @@ actions:
|
|||||||
forms:
|
forms:
|
||||||
signup_form:
|
signup_form:
|
||||||
required_slots:
|
required_slots:
|
||||||
email:
|
- email
|
||||||
- type: from_text
|
|
||||||
|
Loading…
Reference in New Issue
Block a user