Update README.md
Browse files
README.md
CHANGED
@@ -215,6 +215,35 @@ do_sample: True
|
|
215 |
|
216 |
---
|
217 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
# Model instruction template: Llama-3-Instruct
|
219 |
|
220 |
```
|
|
|
215 |
|
216 |
---
|
217 |
|
218 |
+
# Regarding the format:
|
219 |
+
|
220 |
+
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):
|
221 |
+
|
222 |
+
---
|
223 |
+
|
224 |
+
## **SICAtxt** for **roleplay**:
|
225 |
+
|
226 |
+
```
|
227 |
+
X's Persona: X is a .....
|
228 |
+
Traits:
|
229 |
+
Likes:
|
230 |
+
Dislikes:
|
231 |
+
Quirks:
|
232 |
+
Goals:
|
233 |
+
|
234 |
+
Dialogue example
|
235 |
+
```
|
236 |
+
|
237 |
+
## **SICAtxt** for **Adventure:**
|
238 |
+
|
239 |
+
```
|
240 |
+
Adventure: <short description>
|
241 |
+
$World_Setting:
|
242 |
+
$Scenario:
|
243 |
+
```
|
244 |
+
|
245 |
+
---
|
246 |
+
|
247 |
# Model instruction template: Llama-3-Instruct
|
248 |
|
249 |
```
|