Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ A good amount of complex instruction following and chatbot data was included as
|
|
18 |
|
19 |
### Chat Template
|
20 |
|
21 |
-
Qwen3. Reasoning can be enable by adding `/think` to the system prompt and prefilling `<think>` or
|
22 |
|
23 |
Avoid using rep pen or dry if you can, as reasoning is degraded by penalizing repetition. ~.5 temp and minp .06 should be good defaults.
|
24 |
|
|
|
18 |
|
19 |
### Chat Template
|
20 |
|
21 |
+
Qwen3. Reasoning can be enable by adding `/think` to the system prompt and prefilling `<think>` or disabled by adding `/nothink` and prefilling `<think>\n\n</think>` instead.
|
22 |
|
23 |
Avoid using rep pen or dry if you can, as reasoning is degraded by penalizing repetition. ~.5 temp and minp .06 should be good defaults.
|
24 |
|