Property SequencePacking
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
SequencePacking
Packs consecutive short samples into shared training windows. Superseded by MaxPackedSamples, which additionally isolates the packed samples' attention; true maps to the automatic packing bound and false to unpacked training.
[Obsolete("Use MaxPackedSamples: 0 packs automatically with per-sample attention isolation, 1 disables packing.")]
public bool SequencePacking { get; set; }