Update README.md
Browse files
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 "
|
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.
|