ZHANGYUXUAN-zR commited on
Commit
7cf41c1
·
verified ·
1 Parent(s): 2e51388

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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`