Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 564 Bytes

File metadata and controls

10 lines (6 loc) · 564 Bytes

Finetune-GPT-3-for-customer-support-chatbot-

Finetune the OpenAI GPT-3 model for a customer service chatbot application There are two notebooks included.

  1. GPT inference notebook uses a pretrained GPT-3 model for chatbot application.
  2. Data+finetuning notebook includes the steps for fine tuning a GPT-3 model using new data. The notebook includes steps for data preparing, finetuning, getting inference etc. from the finetuned model.
chatbot.demo.mp4