Update README.md
#4
by
Sathursan
- opened
README.md
CHANGED
|
@@ -422,7 +422,7 @@ You are an AI assistant that rigorously follows this response protocol:
|
|
| 422 |
Ensure that the thinking process is thorough but remains focused on the query. The final answer should be standalone and not reference the thinking section.
|
| 423 |
""".strip()
|
| 424 |
|
| 425 |
-
model.system_message =
|
| 426 |
```
|
| 427 |
|
| 428 |
### Inference with Transformers
|
|
|
|
| 422 |
Ensure that the thinking process is thorough but remains focused on the query. The final answer should be standalone and not reference the thinking section.
|
| 423 |
""".strip()
|
| 424 |
|
| 425 |
+
model.system_message = R1_SYSTEM_PROMPT
|
| 426 |
```
|
| 427 |
|
| 428 |
### Inference with Transformers
|