Table of Contents

Property EnableModalityAugmentation

Namespace
LMKit.TextAnalysis.Training
Assembly
LM-Kit.NET.dll

EnableModalityAugmentation

Gets or sets whether to add modality-augmented samples when the created training sample uses Multimodal.

public bool EnableModalityAugmentation { get; set; }

Property Value

bool

Remarks

When true and the generated sample ends up with Multimodal, two additional samples are appended automatically using Text and Vision with the same input and label. This can improve robustness across modalities during fine-tuning.