Add pipeline tag, license, paper, and GitHub links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
## Training procedure
|
| 5 |
|
| 6 |
### Framework versions
|
| 7 |
|
| 8 |
|
| 9 |
-
- PEFT 0.4.0
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# RobustMerge: Parameter-Efficient Model Merging for MLLMs with Direction Robustness
|
| 8 |
+
|
| 9 |
+
This repository contains the LoRA adapter for the model introduced in the paper [RobustMerge: Parameter-Efficient Model Merging for MLLMs with Direction Robustness](https://huggingface.co/papers/2502.17159). For the official implementation and more details, please refer to the [GitHub repository](https://github.com/AuroraZengfh/RobustMerge).
|
| 10 |
+
|
| 11 |
## Training procedure
|
| 12 |
|
| 13 |
### Framework versions
|
| 14 |
|
| 15 |
|
| 16 |
+
- PEFT 0.4.0
|