update README.md
Browse files
README.md
CHANGED
@@ -103,7 +103,7 @@ For more details about CPM.cu, please refer to [the repo CPM.cu](https://github.
|
|
103 |
|
104 |
### Hybird Reasoning Mode
|
105 |
|
106 |
-
MiniCPM4.1 supports hybrid reasoning mode, which can be used in both deep reasoning mode and non-reasoning mode. To enable hybrid reasoning mode. User can set `enable_thinking=True` in `tokenizer.apply_chat_template` to enable hybrid reasoning mode, and set `enable_thinking=False` to enable non-reasoning mode. Similarly, user can directly add
|
107 |
|
108 |
```python
|
109 |
# Enable reasoning mode
|
|
|
103 |
|
104 |
### Hybird Reasoning Mode
|
105 |
|
106 |
+
MiniCPM4.1 supports hybrid reasoning mode, which can be used in both deep reasoning mode and non-reasoning mode. To enable hybrid reasoning mode. User can set `enable_thinking=True` in `tokenizer.apply_chat_template` to enable hybrid reasoning mode, and set `enable_thinking=False` to enable non-reasoning mode. Similarly, user can directly add `/no_think` at the end of the query to enable non-reasoning mode. If not add any special token or add `/think` at the end of the query, the model will enable reasoning mode.
|
107 |
|
108 |
```python
|
109 |
# Enable reasoning mode
|