Property EnableModalityAugmentation
- Namespace
- LMKit.Extraction.Training
- Assembly
- LM-Kit.NET.dll
EnableModalityAugmentation
Gets or sets whether to add modality-augmented samples when the engine runs in Multimodal.
public bool EnableModalityAugmentation { get; set; }
Property Value
Remarks
When true and the generated sample uses Multimodal, two additional samples are appended automatically using Text and Vision with the same content and labels. This can improve robustness across modalities during fine-tuning.