Table of Contents

Property MaximumInputTokens

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

MaximumInputTokens

Specifies the maximum number of tokens allowed as input to the model.

public int MaximumInputTokens { get; set; }

Property Value

int

The default value is -1, indicating no limit on the number of input tokens..

Remarks

A token can vary in size from a single character to part of a word or even a complete phrase. On average, one token corresponds to approximately 4 characters of standard English text.