Table of Contents

Property LogitBias

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

LogitBias

A LogitBias object designed to adjust the likelihood of particular tokens (or text chunks) appearing during text completion.

public LogitBias LogitBias { get; }

Property Value

LogitBias

Remarks

It is possible to customize logit bias at a specific stage of the completion by utilizing the BeforeTokenSampling event.