AuroraZengfh commited on
Commit
3fbf2e4
·
verified ·
1 Parent(s): af1bbe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -1,9 +1,21 @@
1
- ---
2
- library_name: peft
3
- ---
4
- ## Training procedure
 
5
 
6
- ### Framework versions
7
 
 
 
 
 
 
 
 
 
8
 
9
- - PEFT 0.4.0
 
 
 
 
1
+ ## **RobustMerge**
2
+
3
+ Paper: [RobustMerge: Parameter-Efficient Model Merging for MLLMs with Direction Robustness](https://arxiv.org/abs/2502.17159)
4
+
5
+ Code: [github.com/AuroraZengfh/RobustMerge](https://github.com/AuroraZengfh/RobustMerge)
6
 
7
+ If you find this work useful, consider citing our paper as follows:
8
 
9
+ ```bibtex
10
+ @article{zeng2025parameter,
11
+ title={RobustMerge: Parameter-Efficient Model Merging for MLLMs with Direction Robustness},
12
+ author={Zeng, Fanhu and Guo, Haiyang and Zhu, Fei and Shen, Li and Tang, Hao},
13
+ journal={arXiv preprint arXiv:2502.17159},
14
+ year={2025}
15
+ }
16
+ ```
17
 
18
+
19
+ ---
20
+ license: mit
21
+ ---