uyzhang commited on
Commit
c7e82cd
·
verified ·
1 Parent(s): 3e561e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ This dataset enables Bee-8B to achieve exceptional performance, particularly in
35
 
36
  > [!NOTE]
37
  > Below, we provide simple examples to show how to use Bee-8B with 🤗 Transformers.
38
- > You can dynamically control the model's response by selecting one of two modes: set enable_thinking=True for thinking mode, or enable_thinking=False for non-thinking mode. The default is thinking mode.
39
 
40
 
41
  ### Using 🤗 Transformers to Chat
 
35
 
36
  > [!NOTE]
37
  > Below, we provide simple examples to show how to use Bee-8B with 🤗 Transformers.
38
+ > You can dynamically control the model's response by selecting one of two modes: set `enable_thinking=True` for `thinking` mode, or `enable_thinking=False` for `non-thinking` mode. The default is `thinking` mode.
39
 
40
 
41
  ### Using 🤗 Transformers to Chat