2023-01-15 15:23:41 -03:00
|
|
|
{
|
2023-03-17 11:41:12 -03:00
|
|
|
"max_new_tokens": 200,
|
|
|
|
"max_new_tokens_min": 1,
|
|
|
|
"max_new_tokens_max": 2000,
|
2023-03-31 12:22:07 -03:00
|
|
|
"seed": -1,
|
2023-03-23 13:36:00 -03: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 17:09:56 -03:00
|
|
|
"greeting": "",
|
2023-04-10 16:53:07 -03:00
|
|
|
"end_of_turn": "",
|
2023-04-11 08:30:06 -07:00
|
|
|
"custom_stopping_strings": "",
|
2023-03-18 10:55:57 -03:00
|
|
|
"stop_at_newline": false,
|
2023-04-10 16:53:07 -03:00
|
|
|
"add_bos_token": true,
|
2023-04-12 18:30:43 -03:00
|
|
|
"ban_eos_token": false,
|
2023-04-16 14:24:49 -03:00
|
|
|
"skip_special_tokens": true,
|
2023-04-11 18:46:06 -03:00
|
|
|
"truncation_length": 2048,
|
|
|
|
"truncation_length_min": 0,
|
2023-04-19 17:35:38 -03:00
|
|
|
"truncation_length_max": 8192,
|
2023-04-12 17:09:56 -03:00
|
|
|
"mode": "cai-chat",
|
2023-04-14 11:07:28 -03:00
|
|
|
"instruction_template": "None",
|
2023-03-17 11:41:12 -03: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 15:48:07 -03:00
|
|
|
"default": "Default",
|
2023-04-10 16:53:07 -03:00
|
|
|
".*(alpaca|llama)": "LLaMA-Precise",
|
2023-03-31 10:43:05 -03:00
|
|
|
".*pygmalion": "NovelAI-Storywriter",
|
2023-03-29 22:40:04 -03:00
|
|
|
".*RWKV": "Naive"
|
2023-03-17 11:41:12 -03:00
|
|
|
},
|
|
|
|
"prompts": {
|
2023-03-29 22:40:04 -03:00
|
|
|
"default": "QA",
|
|
|
|
".*(gpt4chan|gpt-4chan|4chan)": "GPT-4chan",
|
|
|
|
".*oasst": "Open Assistant",
|
|
|
|
".*alpaca": "Alpaca"
|
2023-03-17 11:41:12 -03:00
|
|
|
},
|
|
|
|
"lora_prompts": {
|
2023-03-29 22:40:04 -03:00
|
|
|
"default": "QA",
|
|
|
|
".*(alpaca-lora-7b|alpaca-lora-13b|alpaca-lora-30b)": "Alpaca"
|
2023-03-17 11:41:12 -03:00
|
|
|
}
|
2023-01-15 15:23:41 -03:00
|
|
|
}
|