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
Nemotron is a model by nVidia with a template format I had not seen before:
Here is a tested working config file:
context_size: 4096 f16: true mmap: true name: Nemotron-Mini-4B-Instruct parameters: model: bartowski/Nemotron-Mini-4B-Instruct-GGUF/Nemotron-Mini-4B-Instruct-Q8_0.gguf stopwords: - </s> template: chat: | <extra_id_1>User {{.Input}} <extra_id_1>Assistant chat_message: | {{if eq .RoleName "assistant"}}<extra_id_1>Assistant{{else if eq .RoleName "system"}}<extra_id_0>System{{else if eq .RoleName "user"}}<extra_id_1>User{{end}} {{.Content}} completion: | {{.Input}}
I did not do Tool usage because I do not use it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nemotron is a model by nVidia with a template format I had not seen before:
Here is a tested working config file:
I did not do Tool usage because I do not use it.
The text was updated successfully, but these errors were encountered: