2023-07-31 15:01:50 -04:00
|
|
|
dark_theme: true
|
2023-08-16 10:03:53 -04:00
|
|
|
show_controls: true
|
2023-08-14 10:46:07 -04:00
|
|
|
start_with: ''
|
2024-07-20 00:42:40 -04:00
|
|
|
mode: chat-instruct
|
2023-09-11 22:30:23 -04:00
|
|
|
chat_style: cai-chat
|
2023-08-14 10:46:07 -04:00
|
|
|
prompt-default: QA
|
|
|
|
prompt-notebook: QA
|
2024-04-09 11:50:16 -04:00
|
|
|
preset: min_p
|
2023-12-07 18:04:52 -05:00
|
|
|
max_new_tokens: 512
|
2023-05-28 21:34:12 -04:00
|
|
|
max_new_tokens_min: 1
|
2023-07-17 20:08:22 -04:00
|
|
|
max_new_tokens_max: 4096
|
2023-08-06 16:22:48 -04:00
|
|
|
negative_prompt: ''
|
2023-12-12 15:23:14 -05:00
|
|
|
seed: -1
|
2023-08-14 10:46:07 -04:00
|
|
|
truncation_length: 2048
|
2023-12-12 15:23:14 -05:00
|
|
|
max_tokens_second: 0
|
2024-04-26 09:14:51 -04:00
|
|
|
max_updates_second: 0
|
2024-01-17 15:09:36 -05:00
|
|
|
prompt_lookup_num_tokens: 0
|
2023-08-14 10:46:07 -04:00
|
|
|
custom_stopping_strings: ''
|
2023-12-12 15:23:14 -05:00
|
|
|
custom_token_bans: ''
|
2023-08-14 10:46:07 -04:00
|
|
|
auto_max_new_tokens: false
|
|
|
|
ban_eos_token: false
|
|
|
|
add_bos_token: true
|
|
|
|
skip_special_tokens: true
|
|
|
|
stream: true
|
2023-09-21 16:19:32 -04:00
|
|
|
character: Assistant
|
2023-12-12 15:23:14 -05:00
|
|
|
name1: You
|
|
|
|
custom_system_message: ''
|
|
|
|
instruction_template_str: |-
|
2023-12-18 20:47:35 -05:00
|
|
|
{%- set ns = namespace(found=false) -%}
|
2023-12-12 15:23:14 -05:00
|
|
|
{%- for message in messages -%}
|
|
|
|
{%- if message['role'] == 'system' -%}
|
2023-12-18 20:47:35 -05:00
|
|
|
{%- set ns.found = true -%}
|
2023-12-12 15:23:14 -05:00
|
|
|
{%- endif -%}
|
|
|
|
{%- endfor -%}
|
2023-12-18 20:47:35 -05:00
|
|
|
{%- if not ns.found -%}
|
2023-12-12 15:23:14 -05:00
|
|
|
{{- '' + 'Below is an instruction that describes a task. Write a response that appropriately completes the request.' + '\n\n' -}}
|
|
|
|
{%- endif %}
|
|
|
|
{%- for message in messages %}
|
|
|
|
{%- if message['role'] == 'system' -%}
|
|
|
|
{{- '' + message['content'] + '\n\n' -}}
|
|
|
|
{%- else -%}
|
|
|
|
{%- if message['role'] == 'user' -%}
|
|
|
|
{{-'### Instruction:\n' + message['content'] + '\n\n'-}}
|
|
|
|
{%- else -%}
|
|
|
|
{{-'### Response:\n' + message['content'] + '\n\n' -}}
|
|
|
|
{%- endif -%}
|
|
|
|
{%- endif -%}
|
|
|
|
{%- endfor -%}
|
|
|
|
{%- if add_generation_prompt -%}
|
|
|
|
{{-'### Response:\n'-}}
|
|
|
|
{%- endif -%}
|
|
|
|
chat_template_str: |-
|
|
|
|
{%- for message in messages %}
|
|
|
|
{%- if message['role'] == 'system' -%}
|
2024-03-11 22:41:57 -04:00
|
|
|
{%- if message['content'] -%}
|
|
|
|
{{- message['content'] + '\n\n' -}}
|
|
|
|
{%- endif -%}
|
|
|
|
{%- if user_bio -%}
|
|
|
|
{{- user_bio + '\n\n' -}}
|
|
|
|
{%- endif -%}
|
2023-12-12 15:23:14 -05:00
|
|
|
{%- else -%}
|
|
|
|
{%- if message['role'] == 'user' -%}
|
|
|
|
{{- name1 + ': ' + message['content'] + '\n'-}}
|
|
|
|
{%- else -%}
|
|
|
|
{{- name2 + ': ' + message['content'] + '\n' -}}
|
|
|
|
{%- endif -%}
|
|
|
|
{%- endif -%}
|
|
|
|
{%- endfor -%}
|
2023-07-31 15:01:50 -04:00
|
|
|
chat-instruct_command: |-
|
|
|
|
Continue the chat dialogue below. Write a single reply for the character "<|character|>".
|
2023-05-28 21:34:12 -04:00
|
|
|
|
2023-07-31 15:01:50 -04:00
|
|
|
<|prompt|>
|
2023-08-14 10:46:07 -04:00
|
|
|
autoload_model: false
|
2023-12-03 20:45:50 -05:00
|
|
|
gallery-items_per_page: 50
|
|
|
|
gallery-open: false
|
2024-04-06 15:43:21 -04:00
|
|
|
default_extensions: []
|