2023-01-15 19:23:41 +01:00
|
|
|
{
|
2023-05-09 20:52:35 +02:00
|
|
|
"autoload_model": true,
|
2023-03-17 15:41:12 +01:00
|
|
|
"max_new_tokens": 200,
|
|
|
|
"max_new_tokens_min": 1,
|
|
|
|
"max_new_tokens_max": 2000,
|
2023-03-31 17:22:07 +02:00
|
|
|
"seed": -1,
|
2023-04-24 18:19:42 +02:00
|
|
|
"character": "None",
|
2023-03-23 17:36:00 +01: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 22:09:56 +02:00
|
|
|
"greeting": "",
|
2023-04-26 08:21:53 +02:00
|
|
|
"turn_template": "",
|
2023-04-11 17:30:06 +02:00
|
|
|
"custom_stopping_strings": "",
|
2023-03-18 14:55:57 +01:00
|
|
|
"stop_at_newline": false,
|
2023-04-10 21:53:07 +02:00
|
|
|
"add_bos_token": true,
|
2023-04-12 23:30:43 +02:00
|
|
|
"ban_eos_token": false,
|
2023-04-16 19:24:49 +02:00
|
|
|
"skip_special_tokens": true,
|
2023-04-11 23:46:06 +02:00
|
|
|
"truncation_length": 2048,
|
|
|
|
"truncation_length_min": 0,
|
2023-04-19 22:35:38 +02:00
|
|
|
"truncation_length_max": 8192,
|
2023-05-08 17:35:03 +02:00
|
|
|
"mode": "chat",
|
|
|
|
"chat_style": "cai-chat",
|
2023-04-14 16:07:28 +02:00
|
|
|
"instruction_template": "None",
|
2023-03-17 15:41:12 +01:00
|
|
|
"chat_prompt_size": 2048,
|
|
|
|
"chat_prompt_size_min": 0,
|
|
|
|
"chat_prompt_size_max": 2048,
|
|
|
|
"chat_generation_attempts": 1,
|
|
|
|
"chat_generation_attempts_min": 1,
|
|
|
|
"chat_generation_attempts_max": 5,
|
|
|
|
"default_extensions": [],
|
|
|
|
"chat_default_extensions": [
|
|
|
|
"gallery"
|
|
|
|
],
|
|
|
|
"presets": {
|
2023-04-10 20:48:07 +02:00
|
|
|
"default": "Default",
|
2023-04-24 01:32:22 +02:00
|
|
|
".*(alpaca|llama|llava)": "LLaMA-Precise",
|
2023-03-31 15:43:05 +02:00
|
|
|
".*pygmalion": "NovelAI-Storywriter",
|
2023-05-10 03:29:22 +02:00
|
|
|
".*RWKV": "Naive",
|
|
|
|
".*moss": "MOSS"
|
2023-03-17 15:41:12 +01:00
|
|
|
},
|
|
|
|
"prompts": {
|
2023-03-30 03:40:04 +02:00
|
|
|
"default": "QA",
|
|
|
|
".*(gpt4chan|gpt-4chan|4chan)": "GPT-4chan",
|
2023-05-10 01:37:31 +02:00
|
|
|
".*(oasst|stablelm-7b-sft-v7-epoch-3)": "Open Assistant",
|
|
|
|
".*(alpac|dolly)": "Alpaca",
|
2023-05-10 03:29:22 +02:00
|
|
|
".*mpt-.*instruct": "Alpaca",
|
2023-05-10 01:37:31 +02:00
|
|
|
"(?!.*v0)(?!.*1.1)(?!.*1_1)(?!.*stable).*vicuna": "Vicuna v0",
|
|
|
|
".*vicuna.*v0": "Vicuna v0",
|
|
|
|
".*vicuna.*(1.1|1_1)": "Vicuna v1.1",
|
|
|
|
".*stable.*vicuna": "StableVicuna",
|
2023-05-10 03:29:22 +02:00
|
|
|
".*metharme": "Metharme",
|
2023-05-10 01:37:31 +02:00
|
|
|
".*guanaco": "Guanaco-Chat",
|
|
|
|
".*koala": "Koala",
|
|
|
|
".*stablelm-tuned": "StableLM",
|
|
|
|
".*wizardlm": "WizardLM",
|
|
|
|
".*galactica.*finetuned": "Galactica Finetuned",
|
|
|
|
".*galactica.*-v2": "Galactica v2",
|
|
|
|
"(?!.*finetuned)(?!.*-v2).*galactica": "Galactica",
|
|
|
|
".*baize": "Baize",
|
|
|
|
".*mpt-.*chat": "MPT-Chat",
|
|
|
|
"(?!.*-flan-)(?!.*-t5-).*lamini-": "Alpaca",
|
|
|
|
".*incite.*chat": "INCITE-Chat",
|
|
|
|
".*incite.*instruct": "INCITE-Instruct"
|
2023-03-17 15:41:12 +01:00
|
|
|
},
|
|
|
|
"lora_prompts": {
|
2023-03-30 03:40:04 +02:00
|
|
|
"default": "QA",
|
2023-05-10 03:29:22 +02:00
|
|
|
".*alpaca": "Alpaca",
|
2023-05-10 01:37:31 +02:00
|
|
|
".*baize": "Baize"
|
2023-03-17 15:41:12 +01:00
|
|
|
}
|
2023-01-15 19:23:41 +01:00
|
|
|
}
|