Property Target
- Namespace
- LMKit.TextGeneration.Sampling
- Assembly
- LM-Kit.NET.dll
Target
Specifies the probability each step aims at.
public float Target { get; set; }
Property Value
- float
The default value is 0.55.
Remarks
Higher values keep the model close to its preferred continuation; lower ones push it consistently toward less obvious choices. A negative value turns the re-scoring off and leaves a plain draw over the candidates.