Table of Contents

Property Rank

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

Rank

LoRA rank: the inner dimension of each adapter's low-rank pair. Higher ranks add capacity and adapter size. Default 8.

public int Rank { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

Value is not positive.

Share