using chat gpt to fine tune custom data model
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"
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