Verification and Validation of Chat completion API and Fine tuning
Seven Delta
0
Reputation points
I’m using Azure cognitive search configured on own data and using chat completion API to ask prompts for questions on the data stored in Azure BLOB storage.
How can the prompt returned by chat completion API be verified and validated as the prompt does not return any of the confidence scores? Is there any alternative method to do this?
In addition is fine tuning of the gpt-3.5-turbo effective? Does it help better the responses on the data given in the BLOB storage? Please suggest and advise.