bartowski commited on
Commit
abebff5
1 Parent(s): 6332b43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -33,16 +33,14 @@ This model should be used for general conversation and world knowledge, but as w
33
  For now, you'll need to make your own template. Choose the `LM Studio Blank Preset` in your LM Studio.
34
 
35
  Then, set the system prompt to whatever you'd like (check the recommended one below), and set the following values:<br>
36
- `System Message Suffix`: '\n'<br>
37
- `User Message Prefix`: 'USER:'<br>
38
- `User Message Suffix`: '\nASSISTANT:'
39
 
40
  Under the hood, the model will see a prompt that's formatted like so:
41
 
42
  ```
43
- A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
44
- USER:{prompt}
45
- ASSISTANT: </s>
46
  ```
47
 
48
  ## Use case and examples
 
33
  For now, you'll need to make your own template. Choose the `LM Studio Blank Preset` in your LM Studio.
34
 
35
  Then, set the system prompt to whatever you'd like (check the recommended one below), and set the following values:<br>
36
+ `System Message Suffix`: ' '<br>
37
+ `User Message Prefix`: 'USER: '<br>
38
+ `User Message Suffix`: ' ASSISTANT: '
39
 
40
  Under the hood, the model will see a prompt that's formatted like so:
41
 
42
  ```
43
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: {prompt} ASSISTANT: </s>
 
 
44
  ```
45
 
46
  ## Use case and examples