I’m looking for examples of text I can usefully put into the ‘stop sequences’ field.
As an example, if I create a stop sequence ‘output must be shorter than input’
Then I input:
Rewrite
Do you want to go for a coffee
…gpt gives me longer phrases than my input
1 Like
Hi
Gpt-3 will stop completion when it comes across one of stop sequences you gave. Then stop squence should be given as a symbol or a word, not a meaningful command. (Like dot, new line …)
You can use this command in input like this:
Rewrite the given sentence in a shorter form.
Sentence: Do you want to go for a coffee
Rewrite:
Note: For this example you can use “Sentence” as a stop sequence. If engine attempt to generate a second sentence it will stop
1 Like
Thanks jazzcript. Going to explore this later today.
1 Like
You can also refer this article which has a few examples as well: How do I use Stop Sequences? | OpenAI Help Center
1 Like