Table of Contents

Property SmoothingCurve

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

SmoothingCurve

Shapes the far tail of SmoothingFactor: 1 is the pure quadratic form, and higher values add a cubic term that pushes distant candidates down harder.
Use a floating-point value within the range [1, 3].

public float SmoothingCurve { get; set; }

Property Value

float

The default value is 1.

Share