Minor fix to Vigogne-Chat template
This commit is contained in:
parent
3f973e1fbf
commit
306c479d3a
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ instruction_template: |-
|
||||||
{{- '' + message['content'] + '\n' -}}
|
{{- '' + message['content'] + '\n' -}}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{%- if message['role'] == 'user' -%}
|
{%- if message['role'] == 'user' -%}
|
||||||
{{-'\n<|USER|>: ' + message['content'] + '\n'-}}
|
{{-'<|USER|>: ' + message['content'] + '\n'-}}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{{-'<|ASSISTANT|>: ' + message['content'] + '' -}}
|
{{-'<|ASSISTANT|>: ' + message['content'] + '\n' -}}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue