Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Task Vectors with Learned Anisotropic Scaling
|
2 |
+
|
3 |
+
This repository contains the model checkpoints for the NeurIPS'24 paper
|
4 |
+
> Frederic Z. Zhang, Paul Albert, Cristian Rodriguez-Opazo, Anton van den Hengel, Ehsan Abbasnejad.
|
5 |
+
_Knowledge Composition using Task Vectors with Learned Anisotropic Scaling_.
|
6 |
+
In Advances in Neural Information Processing Systems (NeurIPS), 2024.
|
7 |
+
|
8 |
+
<a href="http://arxiv.org/abs/2407.02880">Preprint</a>
|
9 |
+
|
10 |
+
# Citation
|
11 |
+
If you find our work useful for your research, please consider citing us
|
12 |
+
```bibtex
|
13 |
+
@inproceedings{atlas_neurips_2024 ,
|
14 |
+
title = {Knowledge Composition using Task Vectors with Learned Anisotropic Scaling},
|
15 |
+
author = {Zhang, Frederic Z and Albert, Paul and Rodriguez-Opazo, Cristian and van den Hengel, Anton and Abbasnejad, Ehsan},
|
16 |
+
booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
|
17 |
+
year = {2024}
|
18 |
+
}
|
19 |
+
```
|