Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deepakness/gpt-3.5-fine-tuning
- Owner: deepakness
- Created: 2023-09-01T17:07:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-06T12:33:39.000Z (over 1 year ago)
- Last Synced: 2023-09-06T14:07:02.840Z (over 1 year ago)
- Topics: fine-tuning, gpt-3, openai
- Language: Python
- Homepage: https://invertedstone.com/gpt-3-5-turbo-fine-tuning/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.