Hello,
I just tried to train a dataset with davinci (not big, 50 lines). In my dataset, I put a stop at the end of each prompt \n\n###\n\n
and I put a different stop at the end of each completion ###
like the guide says.
The model is trained and is working.
Nevertheless, I have a problem. When I send a prompt (with open ai CLI), the completion I receive consists of the prompt + the start of a sentence (the real completion I want) which is cut.
Why does it repeat the prompt ? Do I need to put a variable in my command line to make it use more tokens ?
Do I need to put a stop \n\n###\n\n at the end of the prompt I send ?
Thanks all for your help !!