You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/offline_inference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,7 @@ For ```LLM``` configuration, refer to [Parameter Documentation](parameters.md).
180
180
* temperature(float): Controls randomness (higher = more random)
181
181
* top_p(float): Probability threshold for token selection
182
182
* top_k(int): Number of tokens considered for sampling
183
+
* min_p(float): Minimum probability relative to the maximum probability for a token to be considered (>0 filters low-probability tokens to improve quality)
183
184
* max_tokens(int): Maximum generated tokens (input + output)
0 commit comments