We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It shows on the paper (Section E.3) that we can put prompt prefixes with the <filename> token.
<filename>
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?
<fim_prefix>
Which one is correct, A or B? :
<fim_suffix>
<fim_middle>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: