# 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

## 2. ChatBot (Dialog System) based on Transformer and Bert

## 3. ChatBot (Dialog System) based on Bert and GPT2

### Reference
[1] https://github.com/bentrevett/pytorch-seq2seq
[2] https://pytorch.org/tutorials/
[3] https://github.com/huggingface/transformers