# ChatBot **Repository Path**: mark2root/ChatBot ## Basic Information - **Project Name**: ChatBot - **Description**: Pytorch Generative ChatBot (Dialog System) based on RNN, Transformer, Bert and GPT2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pytorch Generative ChatBot (Dialog System) ## based on RNN, Transformer, Bert and GPT2 ### NLP Deep Learning ## 1. ChatBot (Dialog System) based on RNN ![image](https://github.com/demi6od/ChatBot/blob/master/image/ChatBotRNN.jpg) ## 2. ChatBot (Dialog System) based on Transformer and Bert ![image](https://github.com/demi6od/ChatBot/blob/master/image/ChatBotBertTransformer.jpg) ## 3. ChatBot (Dialog System) based on Bert and GPT2 ![image](https://github.com/demi6od/ChatBot/blob/master/image/ChatBotBertGPT.jpg) ### Reference [1] https://github.com/bentrevett/pytorch-seq2seq
[2] https://pytorch.org/tutorials/
[3] https://github.com/huggingface/transformers