- This project is for training apt model and testing chatbot
- The research process can be seen here: https://www.notion.so/toy-project-Chatbot-with-GPT-6fa08edd35c2442ebb2d3fa92e85b4df
- [Chatbot_data]
- ChatbotData.csv -> Chatbot train data
- [pipelines/chatbot]
- preprocessing.py -> data preprocessing
- train.py -> train chatbot (gpt2)
- deploy_model.py -> deploy chatbot model to sagemaker
- pipeline.py -> sagemaker pipeline deploy