PsiPi commited on
Commit
38d72ce
1 Parent(s): 38a1c99

Tweak preset

Browse files
Files changed (1) hide show
  1. 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:\\n",
6
- "input_suffix": "\\n### Response:\\n",
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
  }