Advanced PEFT Adapters in Ludwig
mainLudwig supports an extended range of Parameter-Efficient Fine-Tuning (PEFT) adapters beyond standard LoRA. These adapters allow for fine-tuning large models with significantly reduced memory and parameter requirements. Supported advanced methods include:
- Advanced LoRA Initializers:
PiSSA,EVA,CorDA, andLoftQ. - Scaling & Stability:
rsLoRA(rank-stabilized LoRA). - Extreme Low-Rank:
TinyLoRA(LoRA-XS variant). - Contextual/Compositional:
C3Aadapters. - Orthogonal Methods:
OFT(Orthogonal Fine-Tuning) andHRA(Householder reflections). - Domain/Layer Specific:
WaveFT(wavelet-domain),LN-Tuning(Layer Normalization only), andVBLoRA(vector bank LoRA).