ammarali32 commited on
Commit
b156091
·
verified ·
1 Parent(s): 6a1e424

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
 
@@ -103,10 +103,10 @@ response = tokenizer.batch_decode(output, skip_special_tokens=True)[0]
103
  If you use ReplaceMe in your research, please cite our paper:
104
 
105
  ```bibtex
106
- @article{replaceme2024,
107
- title={Replace Me: Network Simplification via Block Pruning and Linear Transformations},
108
- author={Shopkhoev D., Ali A., Zhussip M., Malykh V., Lefkimmiatis S., Komodakis N., Zagoruyko S.},
109
- journal={},
110
- year={2025}
111
  }
112
  ```
 
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
 
 
103
  If you use ReplaceMe in your research, please cite our paper:
104
 
105
  ```bibtex
106
+ @article{shopkhoev2025replaceme0,
107
+ title = {ReplaceMe: Network Simplification via Layer Pruning and Linear Transformations},
108
+ author = {Dmitriy Shopkhoev and Ammar Ali and Magauiya Zhussip and Valentin Malykh and Stamatios Lefkimmiatis and Nikos Komodakis and Sergey Zagoruyko},
109
+ year = {2025},
110
+ journal = {arXiv preprint arXiv: 2505.02819}
111
  }
112
  ```