Table of Contents

Property Scale

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

Scale

Gets or sets the scaling factor applied to the LoRA weights when adapting the model. Values are clamped to zero or higher. Setting this value to 0 disables the adapter during subsequent inference processes.

public float Scale { get; set; }

Property Value

float