Note in the final image:
– Our prompt ends with “Output:” — constraining the model’s response to contain only the output we want
– After our desired response, the base model continues to produce more input/output pairs (only one shown) — avoiding this requires a stop sequence.
Prompt design: using stop sequences to constrain model output
By
–