Update README.md
Browse files
README.md
CHANGED
|
@@ -41,3 +41,12 @@ We evaluated GLM-4.6 across eight public benchmarks covering agents, reasoning,
|
|
| 41 |
**Both GLM-4.5 and GLM-4.6 use the same inference method.**
|
| 42 |
|
| 43 |
you can check our [github](https://github.com/zai-org/GLM-4.5) for more detail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
**Both GLM-4.5 and GLM-4.6 use the same inference method.**
|
| 42 |
|
| 43 |
you can check our [github](https://github.com/zai-org/GLM-4.5) for more detail.
|
| 44 |
+
|
| 45 |
+
## Recommended Evaluation Parameters
|
| 46 |
+
|
| 47 |
+
For general evaluations, we recommend using a **sampling temperature of 1.0**.
|
| 48 |
+
|
| 49 |
+
For **code-related evaluation tasks** (such as LCB), it is further recommended to set:
|
| 50 |
+
|
| 51 |
+
- `top_p = 0.95`
|
| 52 |
+
- `top_k = 40`
|