Update README.md
Browse files
README.md
CHANGED
|
@@ -128,7 +128,7 @@ print(outputs[0]["generated_text"][-1])
|
|
| 128 |
- Add a specific system prompt, or
|
| 129 |
- Set `enable_thinking=True` while applying the chat template.
|
| 130 |
|
| 131 |
-
> **_NOTE:_** For the SAGE reasoning
|
| 132 |
|
| 133 |
### Method 1 - Add a specific system prompt.
|
| 134 |
To enable thinking, simply use this in the system prompt `system_instruction = 'Enable deep thinking subroutine.'`
|
|
@@ -310,7 +310,7 @@ For inquiries, collaborations, or support, please reach out to us:
|
|
| 310 |
---
|
| 311 |
|
| 312 |
<p>
|
| 313 |
-
<strong>SAGE Reasoning
|
| 314 |
<em>Advancing the frontier of hybrid reasoning models</em>
|
| 315 |
</p>
|
| 316 |
|
|
|
|
| 128 |
- Add a specific system prompt, or
|
| 129 |
- Set `enable_thinking=True` while applying the chat template.
|
| 130 |
|
| 131 |
+
> **_NOTE:_** For the SAGE reasoning 8b model, we suggest using `repetition_penalty=1.1` while implementing extended thinking.
|
| 132 |
|
| 133 |
### Method 1 - Add a specific system prompt.
|
| 134 |
To enable thinking, simply use this in the system prompt `system_instruction = 'Enable deep thinking subroutine.'`
|
|
|
|
| 310 |
---
|
| 311 |
|
| 312 |
<p>
|
| 313 |
+
<strong>SAGE Reasoning 8B</strong><br>
|
| 314 |
<em>Advancing the frontier of hybrid reasoning models</em>
|
| 315 |
</p>
|
| 316 |
|