vikhyatk commited on
Commit
f086d76
·
verified ·
1 Parent(s): ca466a3

Create moondream2.preset.json

Browse files
Files changed (1) hide show
  1. moondream2.preset.json +13 -0
moondream2.preset.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Moondream 2",
3
+ "inference_params": {
4
+ "input_prefix": "\n\nQuestion: ",
5
+ "input_suffix": "\n\nAnswer:",
6
+ "antiprompt": [
7
+ "\n\nQuestion:",
8
+ ],
9
+ "pre_prompt": "",
10
+ "pre_prompt_suffix": "",
11
+ "pre_prompt_prefix": ""
12
+ }
13
+ }