Question about Improving Code Generation with Promting #153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It shows on the paper (Section E.3) that we can put prompt prefixes with the
<filename>token.My Question is, how do we handle this when the prompt we are making is a Fill-in-middle one?
Should the prompt prefix come before the
<fim_prefix>token or after?Which one is correct, A or B? :
<filename>data<fim_prefix>content<fim_suffix>content<fim_middle><fim_prefix><filename>data + content<fim_suffix>content<fim_middle>