Property Alpha
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
Alpha
LoRA alpha: the adapter's scaling factor. The effective scale applied
to the adapter is alpha / rank. A common rule is alpha = 2 x rank.
Default 16.
public float Alpha { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
Value is not positive.