Skip to content
Snippets Groups Projects
Commit 73d16f98 authored by Demian Frister's avatar Demian Frister
Browse files

neural fixed

parent 5ca80dcd
No related branches found
No related tags found
No related merge requests found
...@@ -19,23 +19,27 @@ config_file: | ...@@ -19,23 +19,27 @@ config_file: |
top_k: 40 top_k: 40
top_p: 0.95 top_p: 0.95
template: template:
chat_message: chatml chat_message: chatneural
chat: chatml-block chat: chatneural-block
completion: completion completion: completion
gpu_layers: 12 roles:
assistant: 'Assistant:'
system: 'System:'
user: 'User:'
gpu_layers: 40
stopwords: stopwords:
- <|im_end|> - <|im_end|>
prompt_templates: prompt_templates:
- name: "chatml" - name: "chatneural"
content: | content: |
<|im_start|>{{if eq .RoleName "assistant"}}assistant{{else if eq .RoleName "system"}}system{{else if eq .RoleName "user"}}user{{end}} ### User:
{{if .Content}}{{.Content}}{{end}} {{.Input}}
<|im_end|> - name: "chatneural-block"
- name: "chatml-block"
content: | content: |
{{.Input}} {{.Input}}
<|im_start|>assistant ### Assistant:
- name: "completion" - name: "completion"
content: | content: |
{{.Input}} {{.Input}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment