Brian6145 commited on
Commit
7001437
·
verified ·
1 Parent(s): 1ad4ff7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -69,6 +69,20 @@ model-index:
69
 
70
  ---
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  ## 📢 Highlights
73
 
74
  | Area | Score | vs Qwen3.6-27B q4_k_m |
 
69
 
70
  ---
71
 
72
+ ## ⚠️ Sampling Parameters
73
+
74
+ > **Please ensure `temperature = 0.6` and `top_p = 0.95` when using this model.**
75
+ >
76
+ > This model was trained and validated at these specific parameters. Both too high and too low temperatures cause problems:
77
+ >
78
+ > 🔥 **Too high (> 0.6)** → Output becomes divergent as token probabilities flatten. This causes malformed tool calls, function name hallucinations, unstable parameter generation, and uncontrollable agent behavior.
79
+ >
80
+ > 🧊 **Too low (< 0.3)** → The model almost always picks the highest-probability token. In tool-calling scenarios this manifests as: repeating the same failed tool call instead of trying alternatives, shortened thinking traces leading to insufficient reasoning depth, and reduced robustness to edge cases.
81
+ >
82
+ > This is an **important recommendation** based on extensive real-world testing. Please verify these parameters in your inference framework.
83
+
84
+ ---
85
+
86
  ## 📢 Highlights
87
 
88
  | Area | Score | vs Qwen3.6-27B q4_k_m |