https://github.com/leodeveloper/custom-data-model-finetuning
using chat gpt to fine tune custom data model
https://github.com/leodeveloper/custom-data-model-finetuning
chatgpt custom-data custom-dataset machine-learning model-finetuning nlp-machine-learning nuralnetwork python
Last synced: 6 months ago
JSON representation
using chat gpt to fine tune custom data model
- Host: GitHub
- URL: https://github.com/leodeveloper/custom-data-model-finetuning
- Owner: leodeveloper
- Created: 2024-06-03T03:52:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T08:29:34.000Z (over 1 year ago)
- Last Synced: 2024-07-06T09:39:55.702Z (over 1 year ago)
- Topics: chatgpt, custom-data, custom-dataset, machine-learning, model-finetuning, nlp-machine-learning, nuralnetwork, python
- Language: Jupyter Notebook
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom data model finetuning with ChatGpt
using chat gpt to fine tune custom data model## Data for fine tuning
In this example I am going to fine tune the model with the custom data so if user pass "1" to model, the model assistant will return "2"
Similarly user pass "Twenty two" to model, the model assistant will return "twenty three"
## Fine tuning example
Now in the following image you can compare the respone of ChatGpt Model and My finetune ChatGpt Model, as user I pass the "1" and finetune model is returning the value "2" as assistant, similarly user pass the "-7" and finetune model is returning the value "-6" as assistant

## any help drop me the email leodeveloper@gmail.com