Table of Contents

Property BiasWeights

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

BiasWeights

Specifies the raw bias weights handled by the LogitBias instance.
Each pair comprises a key that specifies a token and a value representing the associated logit bias.

public Dictionary<int, float> BiasWeights { get; }

Property Value

Dictionary<int, float>