-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
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
FIM not working #27
Comments
You are right. The FIM tokens were wrong. Also the underscore is not a normal underscore. This works now.
|
This is what the hexdump of the working token looks like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm running deepseek-coder-v2:16b in ollama.
I'm trying to make FIM working to get a code completion working in Vim using tab-completion (works e.g. with codellama).
However, it outputs much more text then just the completion. Seems to ignore the FIM token.
Example prompt:
Answer:
Expected Answer:
What I'm doing wrong? According to the docs the 16b model is trained with FIM.
The text was updated successfully, but these errors were encountered: