Datasets:
Clarify one-to-four message inference format
Browse files
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,
|