Update README.md
Browse files
README.md
CHANGED
@@ -335,7 +335,34 @@ repetition_penalty_range: 1024
|
|
335 |
---
|
336 |
|
337 |
|
|
|
338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
|
340 |
# Model instruction template: ChatML
|
341 |
|
|
|
335 |
---
|
336 |
|
337 |
|
338 |
+
# Regarding the format:
|
339 |
|
340 |
+
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):
|
341 |
+
|
342 |
+
---
|
343 |
+
|
344 |
+
## **SICAtxt** for **roleplay**:
|
345 |
+
|
346 |
+
```
|
347 |
+
X's Persona: X is a .....
|
348 |
+
Traits:
|
349 |
+
Likes:
|
350 |
+
Dislikes:
|
351 |
+
Quirks:
|
352 |
+
Goals:
|
353 |
+
|
354 |
+
Dialogue example
|
355 |
+
```
|
356 |
+
|
357 |
+
## **SICAtxt** for **Adventure:**
|
358 |
+
|
359 |
+
```
|
360 |
+
Adventure: <short description>
|
361 |
+
$World_Setting:
|
362 |
+
$Scenario:
|
363 |
+
```
|
364 |
+
|
365 |
+
---
|
366 |
|
367 |
# Model instruction template: ChatML
|
368 |
|