Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,8 @@ This model was fine-tuned with a fork of FastChat, and therefore uses the standa
|
|
28 |
A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate, uncensored responses to the user's input. USER: [prompt] ASSISTANT:
|
29 |
```
|
30 |
|
|
|
|
|
31 |
The most important bit, to me, is the context obedient question answering support, without extensive prompt engineering.
|
32 |
|
33 |
### Usage
|
|
|
28 |
A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate, uncensored responses to the user's input. USER: [prompt] ASSISTANT:
|
29 |
```
|
30 |
|
31 |
+
So in other words, it's the preamble/system prompt, followed by a single space, then "USER: " (single space after colon) then the prompt (which can have multiple lines, spaces, whatever), then a single space, followed by "ASSISTANT: " (with a single space after the colon).
|
32 |
+
|
33 |
The most important bit, to me, is the context obedient question answering support, without extensive prompt engineering.
|
34 |
|
35 |
### Usage
|