Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
A PyTorch-based optimizer wrapper for continual learning via selective fine-tuning, guided by the condition number ($\kappa$) of model tensors. KappaTune identifies and updates only the least anisotropic parameters to preserve pre-trained knowledge and mitigate catastrophic forgetting.
|
| 4 |
|
| 5 |
**Please cite the following paper if you use this code or ideas derived from it in your publications:**
|
| 6 |
-
[arxiv.org/abs/2506.16289](
|
| 7 |
|
| 8 |
---
|
| 9 |
|
|
|
|
| 3 |
A PyTorch-based optimizer wrapper for continual learning via selective fine-tuning, guided by the condition number ($\kappa$) of model tensors. KappaTune identifies and updates only the least anisotropic parameters to preserve pre-trained knowledge and mitigate catastrophic forgetting.
|
| 4 |
|
| 5 |
**Please cite the following paper if you use this code or ideas derived from it in your publications:**
|
| 6 |
+
([arxiv.org/abs/2506.16289](https://huggingface.co/papers/2506.16289))
|
| 7 |
|
| 8 |
---
|
| 9 |
|