Generative AI for properties programing language.
I am currently working on a Generative AI project.
The goal is to leverage pre-trained models like GPT-4/GPT-3, Codex, etc., to generate responses in my proprietary language syntax.
For instance, if I ask for Java code to print numbers from 1 to 10, I would expect to receive the corresponding Java code. I aim to achieve the same functionality with my proprietary code.
In the initial steps:
I have uploaded numerous sample data and grammar documents for my language to the storage account and created an index. Additionally, I have added system prompts to my chat playground app and deployed the GPT-4 model.
However, the responses I'm receiving are not as accurate as expected. Could you guide me on how to fine-tune the model or improve the accuracy of the responses?