ammarali32 commited on
Commit
7772ccd
·
verified ·
1 Parent(s): b85eced

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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
- [![arXiv](https://img.shields.io/badge/arXiv-2310.12345-b31b1b.svg)]()
7
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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{replaceme2024,
102
- title={Replace Me: Network Simplification via Block Pruning and Linear Transformations},
103
- author={Shopkhoev D., Ali A., Zhussip M., Malykh V., Lefkimmiatis S., Komodakis N., Zagoruyko S.},
104
- journal={},
105
- year={2025}
106
  }
107
  ```
 
3
  ---
4
 
5
  # ReplaceMe: Training-Free Transformer Pruning via Layer Removal & Linear Transformations
6
+ [![arXiv](https://img.shields.io/badge/arXiv-2310.12345-b31b1b.svg)](https://arxiv.org/abs/2505.02819)
7
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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
  ```