If I fine tuned one of the GPT-3 models with my data, and after that I used it with new prompts for completion, will the new prompts also add to the fine tuning, or do I need to explicitly fine tune the model with the data further, using fine tuning endpoint.
i.e. Say I trained my model to classify certain text into happy or sad.Once trained, I prompted my model with a brand new text and say it completed it properly. Now if I prompted my model again saying that it predicted right. Will this interaction with the model further fine tune the model?