Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 420 Bytes

bd-chat-2020

2020语言与智能技术竞赛:面向推荐的对话任务
第二名 强行跳大 团队

依赖

keras==2.3.1
tensorflow-gpu==1.14.0
easydict
nltk==3.5

文件介绍:

  • conversation_client.py: 类似官方的那种client
  • test_client.py: 交互式的client
  • conversation_server.py: 类似官方的服务端。

参考