Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This model uses the Pygmalion-2/Metharme prompt format. The model has been train
|
|
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 |
-
The model does not need to be prompted in this manner and can instead be used pure text completions model. It was trained to
|
22 |
|
23 |
### Example Usage
|
24 |
> <|system|>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|>Write a story of enormous length that incorporates the following tags: consensual, fantasy, adventure, magic, romance.<|model|>[The Huntress]
|
|
|
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 |
+
The model does not need to be prompted in this manner and can instead be used as a pure text completions model. It was trained to understand both methods of prompting.
|
22 |
|
23 |
### Example Usage
|
24 |
> <|system|>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|>Write a story of enormous length that incorporates the following tags: consensual, fantasy, adventure, magic, romance.<|model|>[The Huntress]
|