Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepakness/gpt-3.5-fine-tuning

Fine-tuning the new GPT-3.5 Turbo model by using Python and Google Sheets
https://github.com/deepakness/gpt-3.5-fine-tuning

fine-tuning gpt-3 openai

Last synced: about 2 months ago
JSON representation

Fine-tuning the new GPT-3.5 Turbo model by using Python and Google Sheets

Awesome Lists containing this project

README

        

# gpt-3.5-turbo fine-tuning

The repository contains code to easily fine-tune the OpenAI's `gpt-3.5-turbo` model by using Python. You will also need to use Google Sheets to prepare the data for the training.

You can [visit this blog post](https://invertedstone.com/gpt-3-5-turbo-fine-tuning/) to learn the step-by-step process for fine-tuning the GPT-3.5 Turbo model.