YannQi commited on
Commit
5cc3f24
·
verified ·
1 Parent(s): e377af2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -50,7 +50,8 @@ Below, we provide simple examples to show how to use R-4B with 🤗 Transformers
50
  ### Using 🤗 Transformers to Chat
51
 
52
  > [!NOTE]
53
- > Users can dynamically control the model's response by selecting one of three modes (`auto-thinking`, `thinking`, or `non-thinking`) with `thinking_mode`. `thinking_mode=auto` for `auto-thinking` mode; `thinking_mode=long` for `thinking` mode; `thinking_mode=short` for `non-thinking` mode;
 
54
 
55
  ```python
56
  import requests
 
50
  ### Using 🤗 Transformers to Chat
51
 
52
  > [!NOTE]
53
+ > Users can dynamically control the model's response by selecting one of three modes (`auto-thinking`, `thinking`, or `non-thinking`) with `thinking_mode`. `thinking_mode=auto` for `auto-thinking` mode; `thinking_mode=long` for `thinking` mode; `thinking_mode=short` for `non-thinking` mode.
54
+ > Default is `auto-thinking`.
55
 
56
  ```python
57
  import requests