Update README.md
Browse files
README.md
CHANGED
@@ -79,6 +79,7 @@ print(outputs[0]["generated_text"][-1])
|
|
79 |
- Add a specific system prompt, or
|
80 |
- Set `enable_thinking=True` while applying the chat template.
|
81 |
|
|
|
82 |
|
83 |
### Method 1 - Add a specific system prompt.
|
84 |
To enable thinking, simply use this in the system prompt `system_instruction = 'Enable deep thinking subroutine.'`
|
|
|
79 |
- Add a specific system prompt, or
|
80 |
- Set `enable_thinking=True` while applying the chat template.
|
81 |
|
82 |
+
> **_NOTE:_** For the Cogito 3B model, we suggest using `repetition_penalty=1.1` while implementing extended thinking.
|
83 |
|
84 |
### Method 1 - Add a specific system prompt.
|
85 |
To enable thinking, simply use this in the system prompt `system_instruction = 'Enable deep thinking subroutine.'`
|