Tweak preset
Browse files- llava.preset.json +9 -3
llava.preset.json
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
{
|
2 |
"name": "Llava",
|
|
|
|
|
|
|
|
|
3 |
"inference_params": {
|
4 |
"temp": 0.1,
|
5 |
-
"input_prefix": "### Instruction
|
6 |
-
"input_suffix": "
|
7 |
"antiprompt": [
|
8 |
"### Instruction:"
|
9 |
],
|
10 |
-
"pre_prompt": "Perform the instructions to the best of your ability.\n"
|
|
|
|
|
11 |
}
|
12 |
}
|
|
|
1 |
{
|
2 |
"name": "Llava",
|
3 |
+
"load_params": {
|
4 |
+
"rope_freq_base": 0,
|
5 |
+
"rope_freq_scale": 0
|
6 |
+
},
|
7 |
"inference_params": {
|
8 |
"temp": 0.1,
|
9 |
+
"input_prefix": "\n\n### Instruction:\n",
|
10 |
+
"input_suffix": "\n\n### Response:\n",
|
11 |
"antiprompt": [
|
12 |
"### Instruction:"
|
13 |
],
|
14 |
+
"pre_prompt": "Perform the instructions to the best of your ability.\n",
|
15 |
+
"pre_prompt_suffix": "\n",
|
16 |
+
"pre_prompt_prefix": ""
|
17 |
}
|
18 |
}
|