ProCreations commited on
Commit
7f82064
·
verified ·
1 Parent(s): a108375

Clarify one-to-four message inference format

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -97,7 +97,7 @@ user:
97
  agent output:
98
  {agentOutput}
99
 
100
- return only the rewritten chat message or messages, separated by a blank line.
101
  ```
102
 
103
  Train only on `output` as the assistant completion. Gemma 4 natively supports system messages,
 
97
  agent output:
98
  {agentOutput}
99
 
100
+ return only the rewritten chat message or messages, separated by a blank line. use 1 to 4 messages total and never more than 4.
101
  ```
102
 
103
  Train only on `output` as the assistant completion. Gemma 4 natively supports system messages,