Table of Contents

Property SkippedEntryCount

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

SkippedEntryCount

Number of dataset entries the load skipped: lines that were not valid JSON, and JSON entries that matched no supported shape. A dataset that loads zero samples with a non-zero skip count is a format problem, not an empty file; consumers surface SkipSummary so the error names the cause.

public int SkippedEntryCount { get; }

Property Value

int
Share