Table of Contents

Property NgramTokenCount

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

NgramTokenCount

Specifies a lookback window for the sequence-aware penalty that differs from TokenCount.
Use -1 to follow TokenCount.

public int NgramTokenCount { get; set; }

Property Value

int

The default value is -1.

Share