Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labml_nn/lora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Low-Rank Adaptation (LoRA) freezes pre-trained model weights and injects
trainable rank decomposition matrices into each layer of the transformer.
This makes it possible to efficiently fine-tune large langauge models by
This makes it possible to efficiently fine-tune large language models by
reducing trainable parameters by a large factor.

Here's [the training code](experiment.html) for training a GPT2 model with LoRA
Expand Down