Table of Contents

Property RankOutputNorm

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

RankOutputNorm

Represents the rank for the LoRA adaptation of the output normalization tensor. This property allows overriding the default rank, typically set to 1 to ensure standard normalization across the model's outputs.

public int RankOutputNorm { get; set; }

Property Value

int

The default rank is 1.