Class GreedyDecoding
- Namespace
- LMKit.TextGeneration.Sampling
- Assembly
- LM-Kit.NET.dll
Handles greedy decoding strategy.
This algorithm selects the token with the highest probability, ensuring complete determinism.
public sealed class GreedyDecoding : TokenSampling
- Inheritance
-
GreedyDecoding
- Inherited Members