Skip to content

Commit

Permalink
chore: update receptionist data and pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 committed Nov 21, 2023
1 parent 983ac97 commit 656219b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 353 deletions.
34 changes: 13 additions & 21 deletions common/speech/lasr_rasa/assistants/receptionist/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,19 @@ assistant_id: receptionist
language: en

pipeline:
# # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.
# # If you'd like to customize it, uncomment and adjust the pipeline.
# # See https://rasa.com/docs/rasa/tuning-your-model for more information.
# - name: WhitespaceTokenizer
# - name: RegexFeaturizer
# - name: LexicalSyntacticFeaturizer
# - name: CountVectorsFeaturizer
# - name: CountVectorsFeaturizer
# analyzer: char_wb
# min_ngram: 1
# max_ngram: 4
# - name: DIETClassifier
# epochs: 100
# constrain_similarities: true
# - name: EntitySynonymMapper
# - name: ResponseSelector
# epochs: 100
# constrain_similarities: true
# - name: FallbackClassifier
# threshold: 0.3
# ambiguity_threshold: 0.1
- name: SpacyNLP
- name: SpacyTokenizer
- name: SpacyEntityExtractor
dimensions: ["CARDINAL"]
- name: SpacyFeaturizer
pooling: mean
- name: CountVectorsFeaturizer
analyzer: "char_wb"
min_ngram: 1
max_ngram: 4
- name: DIETClassifier
epochs: 100
- name: EntitySynonymMapper


# Configuration for Rasa Core.
Expand Down
Loading

0 comments on commit 656219b

Please sign in to comment.