Table of Contents

Property LogitBias

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

LogitBias

A LogitBias object for adjusting the likelihood of specific tokens during text generation.

public LogitBias LogitBias { get; }

Property Value

LogitBias

Remarks

You can also override or modify the logit bias dynamically during generation by subscribing to the BeforeTokenSampling event.