Chapter 112 / 6
Instruction Tuning & Efficient Fine-Tuning
Implement a LoRA-wrapped linear layer (frozen trainable scaled by $
Medium
Implement a LoRA-wrapped linear layer (frozen trainable scaled by ). [HuggingFace]
Target interface
class LoRALinearComplete the starter code in the editor. Any correct approach is accepted.
Hints0 / 2
Reference solution
Your own code stays in the editor.