hzhwcmhf commited on
Commit
c4e7023
·
verified ·
1 Parent(s): 3a8761b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ print(response_prefix + response)
90
 
91
  To achieve optimal performance, we recommend the following settings:
92
 
93
- 1. **Enforce Thoughtful Output**: Ensure the model starts with "<think>\n" to prevent generating empty thinking content, which can degrade output quality.
94
 
95
  2. **Sampling Parameters**:
96
  - Use Temperature=0.6 and TopP=0.95 instead of Greedy decoding to avoid endless repetitions and enhance diversity.
 
90
 
91
  To achieve optimal performance, we recommend the following settings:
92
 
93
+ 1. **Enforce Thoughtful Output**: Ensure the model starts with "\<think\>\n" to prevent generating empty thinking content, which can degrade output quality.
94
 
95
  2. **Sampling Parameters**:
96
  - Use Temperature=0.6 and TopP=0.95 instead of Greedy decoding to avoid endless repetitions and enhance diversity.