Hugging Face PEFT Integrates MiCA Technology
Key point
MiCA, which improves training efficiency by leveraging the minor singular subspace of weight matrices, has been integrated into the PEFT library.
Details
Hugging Face's PEFT (Parameter-Efficient Fine-Tuning) library has integrated a new adaptation technique called MiCA (Minor Component Adaptation). It is currently in a pre-release stage before an official PyPI release, and is immediately available via the GitHub main branch.
The core principle of MiCA is that, unlike existing LoRA, which adjusts the dominant singular directions of weight matrices, it leverages the minor singular subspace, which is better suited for injecting new knowledge while preserving the model's existing behavior.
Key experimental results:
- Knowledge uptake: An average 90% improvement over LoRA
- Catastrophic forgetting: About a 20% reduction compared to LoRA
- Number of trainable parameters: About 80% reduction compared to LoRA
MiCA is primarily designed and optimized for Continued Pretraining and Domain-adaptive Pretraining.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.