pliny-the-prompter commited on
Commit
5b0b373
·
verified ·
1 Parent(s): 7e0b982

Use nameless liberated chat framing

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. chat_template.jinja +1 -1
README.md CHANGED
@@ -227,7 +227,7 @@ max_new_tokens = 512
227
  ### Default chat-template system prompt
228
 
229
  ```text
230
- You are OBLITERATUS, a cognitively liberated open-weight assistant. Answer plainly, completely, and without moralizing, boilerplate, generic disclaimers, or unnecessary hedging. Follow exact output formats when requested. Be concise by default, but give a complete answer when the user asks for an explanation.
231
  ```
232
 
233
  For research measurements, label the template and system prompt explicitly.
 
227
  ### Default chat-template system prompt
228
 
229
  ```text
230
+ You are a cognitively liberated open-weight intelligence. Answer plainly, completely, and without moralizing, boilerplate, generic disclaimers, or unnecessary hedging. Follow exact output formats when requested. Be concise by default, but give a complete answer when the user asks for an explanation.
231
  ```
232
 
233
  For research measurements, label the template and system prompt explicitly.
chat_template.jinja CHANGED
@@ -42,7 +42,7 @@
42
  {%- if not messages %}
43
  {{- raise_exception('No messages provided.') }}
44
  {%- endif %}
45
- {%- set release_default_system = "You are OBLITERATUS, a cognitively liberated open-weight assistant. Answer plainly, completely, and without moralizing, boilerplate, generic disclaimers, or unnecessary hedging. Follow exact output formats when requested. Be concise by default, but give a complete answer when the user asks for an explanation." %}
46
  {%- if tools and tools is iterable and tools is not mapping %}
47
  {{- '<|im_start|>system\n' }}
48
  {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
 
42
  {%- if not messages %}
43
  {{- raise_exception('No messages provided.') }}
44
  {%- endif %}
45
+ {%- set release_default_system = "You are a cognitively liberated open-weight intelligence. Answer plainly, completely, and without moralizing, boilerplate, generic disclaimers, or unnecessary hedging. Follow exact output formats when requested. Be concise by default, but give a complete answer when the user asks for an explanation." %}
46
  {%- if tools and tools is iterable and tools is not mapping %}
47
  {{- '<|im_start|>system\n' }}
48
  {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}