Property SamplingMode
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
SamplingMode
Token sampling strategy (e.g., temperature, top-p, top-k, dynamic sampling).
You can swap in a custom TokenSampling strategy at runtime.
public TokenSampling SamplingMode { get; set; }