Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
---
|
4 |
|
5 |
# ReplaceMe: Training-Free Transformer Pruning via Layer Removal & Linear Transformations
|
6 |
-
[]()
|
7 |
[](https://opensource.org/licenses/Apache-2.0)
|
8 |
|
9 |
|
@@ -98,10 +98,10 @@ response = tokenizer.batch_decode(output, skip_special_tokens=True)[0]
|
|
98 |
If you use ReplaceMe in your research, please cite our paper:
|
99 |
|
100 |
```bibtex
|
101 |
-
@article{
|
102 |
-
title={
|
103 |
-
author={Shopkhoev
|
104 |
-
|
105 |
-
|
106 |
}
|
107 |
```
|
|
|
3 |
---
|
4 |
|
5 |
# ReplaceMe: Training-Free Transformer Pruning via Layer Removal & Linear Transformations
|
6 |
+
[](https://arxiv.org/abs/2505.02819)
|
7 |
[](https://opensource.org/licenses/Apache-2.0)
|
8 |
|
9 |
|
|
|
98 |
If you use ReplaceMe in your research, please cite our paper:
|
99 |
|
100 |
```bibtex
|
101 |
+
@article{shopkhoev2025replaceme0,
|
102 |
+
title = {ReplaceMe: Network Simplification via Layer Pruning and Linear Transformations},
|
103 |
+
author = {Dmitriy Shopkhoev and Ammar Ali and Magauiya Zhussip and Valentin Malykh and Stamatios Lefkimmiatis and Nikos Komodakis and Sergey Zagoruyko},
|
104 |
+
year = {2025},
|
105 |
+
journal = {arXiv preprint arXiv: 2505.02819}
|
106 |
}
|
107 |
```
|