Update README.md
Browse files
README.md
CHANGED
@@ -264,6 +264,36 @@ do_sample: True
|
|
264 |
|
265 |
---
|
266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
# Model instruction template: ChatML
|
268 |
|
269 |
```
|
|
|
264 |
|
265 |
---
|
266 |
|
267 |
+
# Regarding the format:
|
268 |
+
|
269 |
+
It is **HIGHLY RECOMMENDED** to use the **Roleplay \ Adventure format the model was trained on**, see the examples below for syntax. It allows for a **very fast and easy** writing of character cards with **minimal amount of tokens**. It's a modification of an old-skool CAI style format I call **SICAtxt** (**S**imple, **I**nexpensive **C**haracter **A**ttributes plain-text):
|
270 |
+
|
271 |
+
---
|
272 |
+
|
273 |
+
## **SICAtxt** for **roleplay**:
|
274 |
+
|
275 |
+
```
|
276 |
+
X's Persona: X is a .....
|
277 |
+
Traits:
|
278 |
+
Likes:
|
279 |
+
Dislikes:
|
280 |
+
Quirks:
|
281 |
+
Goals:
|
282 |
+
|
283 |
+
Dialogue example
|
284 |
+
```
|
285 |
+
|
286 |
+
## **SICAtxt** for **Adventure:**
|
287 |
+
|
288 |
+
```
|
289 |
+
Adventure: <short description>
|
290 |
+
$World_Setting:
|
291 |
+
$Scenario:
|
292 |
+
```
|
293 |
+
|
294 |
+
---
|
295 |
+
|
296 |
+
|
297 |
# Model instruction template: ChatML
|
298 |
|
299 |
```
|