代码拉取完成,页面将自动刷新
同步操作将从 夏周睿/rasa_ch_faq 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Configuration for Rasa NLU.
# https://rasa.com/docs/rasa/nlu/components/
language: zh
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: compoments.nlu.helpers.correction.TextCorrection # 文本纠错 Component
- name: compoments.nlu.tokenizers.bert_tokenizer.CustomBertTokenizer
cache_dir: ./tmp
model_weights: pre_models
- name: LanguageModelFeaturizer
cache_dir: ./tmp
model_name: bert
model_weights: pre_models
- name: RegexFeaturizer
- name: DIETClassifier
epochs: 100
- name: EntitySynonymMapper
- name: ResponseSelector
epochs: 100
retrieval_intent: rasa_faq
- name: FallbackClassifier
threshold: 0.3
ambiguity_threshold: 0.1
# Configuration for Rasa Core.
# https://rasa.com/docs/rasa/core/policies/
policies:
# # No configuration for policies was provided. The following default policies were used to train your model.
# # If you'd like to customize them, uncomment and adjust the policies.
# # See https://rasa.com/docs/rasa/policies for more information.
- name: AugmentedMemoizationPolicy
- name: TEDPolicy
max_history: 5
epochs: 100
- name: compoments.polices.ask_again_policy.AskAgainRulePolicy
core_fallback_threshold: 0.5
ask_again_intent: "再问一次"
need_ask_again_intents:
- "查询天气"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。