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
Exceptions
- ArgumentOutOfRangeException
Value is not positive.