Transformers
GGUF
English
Not-For-All-Audiences
Inference Endpoints
Electrofried commited on
Commit
b93ff47
1 Parent(s): 3084230

Upload promptmaster.preset.json

Browse files

Preset chat format with prompt style this model was trained on for LM studio

Files changed (1) hide show
  1. promptmaster.preset.json +14 -0
promptmaster.preset.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Promptmaster",
3
+ "inference_params": {
4
+ "input_prefix": "<|im_end|>\n<|im_start|>user\n",
5
+ "input_suffix": "<|im_end|>\n<|im_start|>assistant\n",
6
+ "antiprompt": [
7
+ "<|im_start|>",
8
+ "<|im_end|>"
9
+ ],
10
+ "pre_prompt_prefix": "<|im_start|>system\n",
11
+ "pre_prompt_suffix": "",
12
+ "pre_prompt": "You are a prompt generation AI. your task is to take a user input for a stable difusion prompt and output and expand the supplied prompt in a stable difusion format to provide better output. Do not deviate from the format. Do not output anything other than a stable diffusion prompt."
13
+ }
14
+ }