Property SamplingMode
SamplingMode
Gets or sets the token sampling strategy for text generation.
public TokenSampling SamplingMode { get; set; }
Property Value
- TokenSampling
The sampling mode. Default is GreedyDecoding for deterministic outputs.
Gets or sets the token sampling strategy for text generation.
public TokenSampling SamplingMode { get; set; }
The sampling mode. Default is GreedyDecoding for deterministic outputs.