omarsol's picture
5c4b7bca883ff70dd2c0471b328f95050e328e9ac75b3a3d139d61d93285f7c2
599b0a2 verified
|
raw
history blame
1.19 kB

LoKr

Low-Rank Kronecker Product (LoKr), is a LoRA-variant method that approximates the large weight matrix with two low-rank matrices and combines them with the Kronecker product. LoKr also provides an optional third low-rank matrix to provide better control during fine-tuning.

LoKrConfig

[[autodoc]] tuners.lokr.config.LoKrConfig

LoKrModel

[[autodoc]] tuners.lokr.model.LoKrModel