Table of Contents

Property InitStandardDeviation

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

InitStandardDeviation

Standard deviation of the Gaussian used to initialize the adapter's A matrix. The B matrix starts at zero so the adapter is a no-op at step zero. Default 0.02.

public float InitStandardDeviation { get; set; }

Property Value

float

Exceptions

ArgumentOutOfRangeException

Value is not positive.

Share