Finetune the OpenAI GPT-3 model for a customer service chatbot application There are two notebooks included.
- GPT inference notebook uses a pretrained GPT-3 model for chatbot application.
- 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.