文件名称:pytorch-chatbot:使用PyTorch的Seq2Seq聊天机器人实现
文件大小:3.21MB
文件格式:ZIP
更新时间:2024-06-01 15:15:39
chatbot pytorch seq2seq Python
pytorch聊天机器人 使用PyTorch的Seq2Seq聊天机器人实现功能:Seq2Seq +光束搜索+ antiLM 要求 Python3 火炬0.3 语料库 用法 训练 python train . py 测试 python console python console . py . / ckpt model 光束搜索示例: me: hi . Bot: how can i help you ? score:-0.66 Bot: where are you going to go ? score:-0.66 Bot: i am sorry to hear that . what can i do for you ? score:-0.67 Bot: where are you going ? score:-0.68 Bot: how are you goi
【文件预览】:
pytorch-chatbot-master
----train.py(3KB)
----config_default.py(1KB)
----modules()
--------constructor.py(1KB)
--------loss.py(2KB)
--------models.py(7KB)
--------beam_search.py(6KB)
----utils.py(11KB)
----console.py(3KB)
----LICENSE(34KB)
----README.md(2KB)
----data()
--------train.txt.src(4.41MB)
--------train.txt.tgt(4.46MB)
----.gitignore(1KB)