#Does fine tuning remember previously shared information?

6 messages · Page 1 of 1 (latest)

sour path
#

When fine tuning a model using GPT, if I provide prompts with general information about the system I'm trying to model, will GPT remember the information shared when processing new prompts?

For example, if I did a prompt like:
prompt: "with 'A', 'B', 'C', 'D' as valid fields, I want the average of Alpha and Beta and the sum of Charly and Delta"
completion: "(A+B)/2 and C+D)"

Will the system be able to remember that A,B,C,D are valid fields for subsequent prompts?

random wind
sour path
#

What would be the best way to go about doing that in terms of subject specific matter then in order to leverage the language capabilities?

random wind
sour path
#

We're attempting to generate SQL-like queries based on prompts, would embeddings be useful for that?