Table of Contents

Property ContextLength

Namespace
LMKit.Model.Gguf
Assembly
LM-Kit.NET.dll

ContextLength

Gets the trained context length in tokens (the {architecture}.context_length key), or 0 when the architecture or the key is absent.

public int ContextLength { get; }

Property Value

int
Share