Upload settings.json
Browse files- settings.json +50 -0
settings.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_new_tokens": 200,
|
3 |
+
"max_new_tokens_min": 1,
|
4 |
+
"max_new_tokens_max": 2000,
|
5 |
+
"seed": -1,
|
6 |
+
"name1": "",
|
7 |
+
"name2": "Assistant",
|
8 |
+
"context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
|
9 |
+
"greeting": "",
|
10 |
+
"end_of_turn": "",
|
11 |
+
"custom_stopping_strings": "",
|
12 |
+
"stop_at_newline": false,
|
13 |
+
"add_bos_token": true,
|
14 |
+
"ban_eos_token": false,
|
15 |
+
"skip_special_tokens": true,
|
16 |
+
"truncation_length": 2048,
|
17 |
+
"truncation_length_min": 0,
|
18 |
+
"truncation_length_max": 8192,
|
19 |
+
"mode": "cai-chat",
|
20 |
+
"instruction_template": "None",
|
21 |
+
"chat_prompt_size": 2048,
|
22 |
+
"chat_prompt_size_min": 0,
|
23 |
+
"chat_prompt_size_max": 2048,
|
24 |
+
"chat_generation_attempts": 3,
|
25 |
+
"chat_generation_attempts_min": 1,
|
26 |
+
"chat_generation_attempts_max": 5,
|
27 |
+
"default_extensions": [],
|
28 |
+
"chat_default_extensions": [
|
29 |
+
"gallery"
|
30 |
+
],
|
31 |
+
"presets": {
|
32 |
+
"default": "GPT4",
|
33 |
+
".*(alpaca|llama)": "GPT4",
|
34 |
+
".*pygmalion": "GPT4",
|
35 |
+
".*RWKV": "Naive"
|
36 |
+
},
|
37 |
+
"prompts": {
|
38 |
+
"default": "QA",
|
39 |
+
".*(gpt4chan|gpt-4chan|4chan)": "GPT-4chan",
|
40 |
+
".*oasst": "Open Assistant",
|
41 |
+
".*alpaca": "Alpaca"
|
42 |
+
},
|
43 |
+
"lora_prompts": {
|
44 |
+
"default": "QA",
|
45 |
+
".*(alpaca-lora-7b|alpaca-lora-13b|alpaca-lora-30b)": "Alpaca"
|
46 |
+
},
|
47 |
+
"google_translate-language string": "English",
|
48 |
+
"default": "GPT4",
|
49 |
+
".*(alpaca|llama)": "GPT4"
|
50 |
+
}
|