oswaldoludwig commited on
Commit
79cf6d8
·
verified ·
1 Parent(s): 5282d05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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](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