Good evening
I am facing a challenge with the GPT-4O-MINI model that I have customized using Fine-tuning technique on a specific dataset in (.jsonl) format. Even though I trained the model on specific data, it is not producing the correct expected queries, instead it is generating unwanted answers or queries.
Are there any specific settings or parameters during the customization or generation process that the model relies mainly on the data provided during customization, so that it gives priority to this data and does not rely on its general knowledge except only when the user asks a question from outside the trained data, answers are generated from outside it?