Table of Contents

Method CountSamplesLongerThan

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

CountSamplesLongerThan(int)

Number of loaded samples whose token length exceeds tokenCount. Samples longer than the training window are skipped at training time, so this is the count a given window (or cutoff) would leave out.

public int CountSamplesLongerThan(int tokenCount)

Parameters

tokenCount int

Returns

int
Share