Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ We release the weights of the final fine-tuned model in three sizes, [ROLEPL-AI-
|
|
| 36 |
|
| 37 |
## How to use the models
|
| 38 |
|
| 39 |
-
The ROLEPL-AI models were trained on a non-conventional prompt template, built to be more robust to jailbreak
|
| 40 |
|
| 41 |
|
| 42 |
First, install the latest version of `Transformers`:
|
|
|
|
| 36 |
|
| 37 |
## How to use the models
|
| 38 |
|
| 39 |
+
The ROLEPL-AI models were trained on a non-conventional prompt template, built to be more robust to jailbreak attempts and ensure that the models would hardly ever break out of the role-play setting even when prompted to do so. While they are still compatible with the generic ChatML conversational template that the Qwen2.5 series also uses, we recommend using our code snippet to get the most out of the model.
|
| 40 |
|
| 41 |
|
| 42 |
First, install the latest version of `Transformers`:
|