SicariusSicariiStuff commited on
Commit
227fe7b
·
verified ·
1 Parent(s): 579af74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -157,7 +157,34 @@ repetition_penalty_range: 1024
157
 
158
  ---
159
 
 
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
 
162
  # Model instruction template: ChatML
163
 
 
157
 
158
  ---
159
 
160
+ # Regarding the format:
161
 
162
+ 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):
163
+
164
+ ---
165
+
166
+ ## **SICAtxt** for **roleplay**:
167
+
168
+ ```
169
+ X's Persona: X is a .....
170
+ Traits:
171
+ Likes:
172
+ Dislikes:
173
+ Quirks:
174
+ Goals:
175
+
176
+ Dialogue example
177
+ ```
178
+
179
+ ## **SICAtxt** for **Adventure:**
180
+
181
+ ```
182
+ Adventure: <short description>
183
+ $World_Setting:
184
+ $Scenario:
185
+ ```
186
+
187
+ ---
188
 
189
  # Model instruction template: ChatML
190