Tijmen2 commited on
Commit
e9351f5
1 Parent(s): 800a5ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -133,10 +133,10 @@ unusual instruction format:
133
  ```raw
134
  <s> {system prompt}▁ USER: {question}▁ ASSISTANT:
135
  ```
136
- Note the use of the U+2581 Lower One Eighth Block Unicode Character to separate the different sections. The
137
- example code in the Usage section above correctly implements this format.
138
-
139
- Fortunately, cosmosage_v2 does not appear to be too sensitive to deviations from this format.
140
 
141
  ## Example output
142
 
 
133
  ```raw
134
  <s> {system prompt}▁ USER: {question}▁ ASSISTANT:
135
  ```
136
+ - Be sure not to leave any whitespace after the final ":"
137
+ - Note the use of the U+2581 Lower One Eighth Block Unicode Character to separate the different sections.
138
+ - The example code in the Usage section above correctly implements this format.
139
+ - cosmosage_v2 does not appear to be sensitive to minor deviations from this format.
140
 
141
  ## Example output
142