/gpt_test

Primary LanguageJupyter Notebook

gpt_test

Directory Structure

image

  • [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