2023-01-15 13:23:41 -05:00
|
|
|
{
|
2023-05-09 14:52:35 -04:00
|
|
|
"autoload_model": true,
|
2023-03-17 10:41:12 -04:00
|
|
|
"max_new_tokens": 200,
|
|
|
|
"max_new_tokens_min": 1,
|
|
|
|
"max_new_tokens_max": 2000,
|
2023-03-31 11:22:07 -04:00
|
|
|
"seed": -1,
|
2023-04-24 12:19:42 -04:00
|
|
|
"character": "None",
|
2023-03-23 12:36:00 -04:00
|
|
|
"name1": "You",
|
|
|
|
"name2": "Assistant",
|
|
|
|
"context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
|
2023-04-12 16:09:56 -04:00
|
|
|
"greeting": "",
|
2023-04-26 02:21:53 -04:00
|
|
|
"turn_template": "",
|
2023-04-11 11:30:06 -04:00
|
|
|
"custom_stopping_strings": "",
|
2023-03-18 09:55:57 -04:00
|
|
|
"stop_at_newline": false,
|
2023-04-10 15:53:07 -04:00
|
|
|
"add_bos_token": true,
|
2023-04-12 17:30:43 -04:00
|
|
|
"ban_eos_token": false,
|
2023-04-16 13:24:49 -04:00
|
|
|
"skip_special_tokens": true,
|
2023-04-11 17:46:06 -04:00
|
|
|
"truncation_length": 2048,
|
|
|
|
"truncation_length_min": 0,
|
2023-04-19 16:35:38 -04:00
|
|
|
"truncation_length_max": 8192,
|
2023-05-08 11:35:03 -04:00
|
|
|
"mode": "chat",
|
|
|
|
"chat_style": "cai-chat",
|
2023-04-14 10:07:28 -04:00
|
|
|
"instruction_template": "None",
|
2023-03-17 10:41:12 -04:00
|
|
|
"chat_prompt_size": 2048,
|
|
|
|
"chat_prompt_size_min": 0,
|
|
|
|
"chat_prompt_size_max": 2048,
|
|
|
|
"chat_generation_attempts": 1,
|
|
|
|
"chat_generation_attempts_min": 1,
|
2023-05-12 11:50:29 -04:00
|
|
|
"chat_generation_attempts_max": 10,
|
2023-03-17 10:41:12 -04:00
|
|
|
"default_extensions": [],
|
|
|
|
"chat_default_extensions": [
|
|
|
|
"gallery"
|
|
|
|
],
|
|
|
|
"presets": {
|
2023-04-10 14:48:07 -04:00
|
|
|
"default": "Default",
|
2023-04-23 19:32:22 -04:00
|
|
|
".*(alpaca|llama|llava)": "LLaMA-Precise",
|
2023-03-31 09:43:05 -04:00
|
|
|
".*pygmalion": "NovelAI-Storywriter",
|
2023-05-09 21:29:22 -04:00
|
|
|
".*RWKV": "Naive",
|
|
|
|
".*moss": "MOSS"
|
2023-03-17 10:41:12 -04:00
|
|
|
},
|
|
|
|
"prompts": {
|
2023-03-29 21:40:04 -04:00
|
|
|
"default": "QA",
|
2023-05-10 00:34:04 -04:00
|
|
|
".*(gpt4chan|gpt-4chan|4chan)": "GPT-4chan"
|
2023-03-17 10:41:12 -04:00
|
|
|
}
|
2023-01-15 13:23:41 -05:00
|
|
|
}
|