Table of Contents

Property ContextSize

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

ContextSize

Token window used to build training samples. Samples longer than this are skipped. Defaults to the model's context length capped at 2048.

public int ContextSize { get; set; }

Property Value

int
Share