Upload analytical_reasoning_llama.preset.json
Browse files
analytical_reasoning_llama.preset.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "brainstorm",
|
| 3 |
+
"load_params": {
|
| 4 |
+
"n_ctx": 1500,
|
| 5 |
+
"n_batch": 512,
|
| 6 |
+
"rope_freq_base": 0,
|
| 7 |
+
"rope_freq_scale": 0,
|
| 8 |
+
"n_gpu_layers": 1,
|
| 9 |
+
"use_mlock": true,
|
| 10 |
+
"main_gpu": 0,
|
| 11 |
+
"tensor_split": [
|
| 12 |
+
0
|
| 13 |
+
],
|
| 14 |
+
"seed": -1,
|
| 15 |
+
"f16_kv": true,
|
| 16 |
+
"use_mmap": true
|
| 17 |
+
},
|
| 18 |
+
"inference_params": {
|
| 19 |
+
"n_threads": 4,
|
| 20 |
+
"n_predict": -1,
|
| 21 |
+
"top_k": 40,
|
| 22 |
+
"top_p": 0.95,
|
| 23 |
+
"temp": 0.1,
|
| 24 |
+
"repeat_penalty": 1.1,
|
| 25 |
+
"input_prefix": "### Instruction:\\n",
|
| 26 |
+
"input_suffix": "\\n### Response:\\n",
|
| 27 |
+
"antiprompt": [
|
| 28 |
+
"### Instruction:"
|
| 29 |
+
],
|
| 30 |
+
"pre_prompt": "",
|
| 31 |
+
"pre_prompt_suffix": "\\n",
|
| 32 |
+
"pre_prompt_prefix": "",
|
| 33 |
+
"seed": -1,
|
| 34 |
+
"tfs_z": 1,
|
| 35 |
+
"typical_p": 1,
|
| 36 |
+
"repeat_last_n": 64,
|
| 37 |
+
"frequency_penalty": 0,
|
| 38 |
+
"presence_penalty": 0,
|
| 39 |
+
"n_keep": 0,
|
| 40 |
+
"logit_bias": {},
|
| 41 |
+
"mirostat": 0,
|
| 42 |
+
"mirostat_tau": 5,
|
| 43 |
+
"mirostat_eta": 0.1,
|
| 44 |
+
"memory_f16": true,
|
| 45 |
+
"multiline_input": false,
|
| 46 |
+
"penalize_nl": true,
|
| 47 |
+
"min_p": 0.05
|
| 48 |
+
}
|
| 49 |
+
}
|