ok, i found it out myself. @sps thanks for the reply.
I just need to have a lot more training data and the PROMT needs to have a seperator like “->”, as well as the completion needs to end with a suffix like " END".
like i wrote, the " ->" after a prompt and the " end" after a completion is necessary to make this little example work. And of course, we need a lot or, or at least sufficient training data.
My simple example works great in Playground as a prompt, but when I try to turn the prompt into a JSONL file and fine-tune a model based on it, it doesn’t work. It just returns output from the base model.
Were you able to get this to work? If so, for your simple example, how many prompts/completions did you need?
Actually there is openai tool to prepare you data and it add “->” and “\n” at the end of the prompt and the competition respectively, yet it did not solve the problem for me, still get answers from the base model