Table of Contents

Property SamplingMode

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

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.