lemonilia commited on
Commit
a62d710
1 Parent(s): 932c10d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -71,9 +71,9 @@ training data generally follows a pattern similar to this example:
71
 
72
  ```
73
  {{char}}
74
- Attribute 1:
75
- Attribute 2:
76
- Attribute n:
77
 
78
  Description paragraph 1
79
 
@@ -88,12 +88,12 @@ Description paragraph n
88
  Scenario: {{scenario}}
89
  ```
90
 
91
- Although the number of attributes, paragraphs and trivia is not fixed, it is **strongly advised**
92
- to always include a Scenario at the end of it for guiding the model behavior at the beginning
93
  of the chat.
94
 
95
  ### Message length control
96
- Inspired by the previously named "Roleplay" preset in SillyTavern, like with LimaRP it is possible to
97
  append a length modifier to the instruction sequences in this way. Note that the length modifier
98
  should be placed with a space _after_ the colon:
99
 
 
71
 
72
  ```
73
  {{char}}
74
+ Attribute name 1: brief text
75
+ Attribute name 2: brief text
76
+ Attribute name n: brief text
77
 
78
  Description paragraph 1
79
 
 
88
  Scenario: {{scenario}}
89
  ```
90
 
91
+ Although the number of attributes, paragraphs and trivia may vary, it is **strongly advised**
92
+ to always include a Scenario at the end of it for guiding the character behavior at the beginning
93
  of the chat.
94
 
95
  ### Message length control
96
+ Inspired by the previously-named "Roleplay" preset in SillyTavern, like with LimaRP it is possible to
97
  append a length modifier to the instruction sequences in this way. Note that the length modifier
98
  should be placed with a space _after_ the colon:
99