Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,13 @@ This model is primarily focused on chat and roleplay without any alignment. As s
|
|
16 |
|
17 |
This model uses the Pygmalion-2/Metharme prompt format. The model has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
|
18 |
|
19 |
-
The `<|system|>` prompt can be used to inject out-of-channel information behind the scenes, while the `<|user|>` prompt should be used to indicate user input. The `<|model|>` token should then be used to indicate that the model should generate a response. These tokens can happen multiple times and be chained up to form a conversation history.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
This model uses the Pygmalion-2/Metharme prompt format. The model has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
|
18 |
|
19 |
+
The `<|system|>` prompt can be used to inject out-of-channel information behind the scenes, while the `<|user|>` prompt should be used to indicate user input. The `<|model|>` token should then be used to indicate that the model should generate a response. These tokens can happen multiple times and be chained up to form a conversation history.
|
20 |
+
|
21 |
+
### Example Prompt
|
22 |
+
```
|
23 |
+
<|system|>{system_prompt}
|
24 |
+
Characters:
|
25 |
+
[char]: [description]
|
26 |
+
Summary: [summary of events]
|
27 |
+
```
|
28 |
+
|