Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 246 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 246 Bytes

Chatbot

聊天机器人PyTorch实现

数据集

小黄鸡语料

运行步骤

  1. 训练模型,模型将保存在save文件夹下
    python main.py --mode train
  2. 聊天
    python main.py --mode chat