I have fine tuned a GPT3 model with over 5K training examples but I am not being able to get the correct answer from the trained model.
They all have a different library id and file id. Basically I am trying to show GPT what is the library id and file id for a set of subjects.
Each training example looks like this:
{"messages":[{"role":"system","content":"This chatbot provides the correct library id and file id based on the question."},{"role":"user","content":"What's the library id and file id for a media related to 'notification, picture, social, media, photography, photo, gallery, network' in the category 'illustrations'?"},{"role":"assistant","content":"The library id is 'lib_FepZzyPrOkHcFKf' and the file id is 'twd2vpqxsbytv3dl.png'."}]}
However when I ask a question to the trained model, I get a made up file id instead of an id I provided. Any suggestions or comments on why might not be working?
LD;DR
Training process:
notification, picture, social, media, photography, photo, gallery, network -> lib_FepZzyPrOkHcFKf/twd2vpqxsbytv3dl.png
Prompt after trained:
What would be the best suitable library and file for the sentence: Get messages instantly on your phone
Expected result:
lib_FepZzyPrOkHcFKf twd2vpqxsbytv3dl.png