1 Star 0 Fork 0

littleNight/rasa-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tanja Bergmann 提交于 2019-06-11 14:06 . Update Makefile
.PHONY: clean test lint
TEST_PATH=./
help:
@echo " train"
@echo " Train a Rasa model."
@echo " run-cmdline"
@echo " Starts the bot on the command line"
@echo " visualize"
@echo " Saves the story graphs into a file"
run-actions:
rasa run actions --actions demo.actions
train:
rasa train
train-memo:
rasa train core --domain domain.yml --stories data/core --config augmentedmemo-only.yml --out models/dialogue --augmentation 0 --quiet
run-cmdline:
make run-actions&
rasa shell --debug --endpoints endpoints.yml
visualize:
rasa visualize --stories data/core/ --domain domain.yml --out story_graph.png
evaluate-core:
rasa test core --model models/dialogue --stories data/core/ --fail-on-prediction-errors --quiet
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/littlenight/rasa-demo.git
git@gitee.com:littlenight/rasa-demo.git
littlenight
rasa-demo
rasa-demo
master

搜索帮助