chatbot_pytorch This Project is a chatting robot built by PyTorch. Model and Algorithm Seq2Seq Viterbi How to run enter src repo python run_chatbot.py (This will train the model, and save model parameters to data repo) after trainning, python evaluate.py to enter the chatbot interface