Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# HermesFlow
|
6 |
+
|
7 |
+
Official Repository of the paper: *[HermesFlow](https://github.com/Gen-Verse/HermesFlow)*.
|
8 |
+
<p align="left">
|
9 |
+
<a href='https://arxiv.org/abs/2502.12148'>
|
10 |
+
<img src='https://img.shields.io/badge/Arxiv-2502.12148-A42C25?style=flat&logo=arXiv&logoColor=A42C25'></a>
|
11 |
+
<a href='https://github.com/Gen-Verse/HermesFlow'>
|
12 |
+
<img src='https://img.shields.io/badge/GitHub-Code-black?style=flat&logo=github&logoColor=white'></a>
|
13 |
+
</p>
|
14 |
+
<img src="./pipeline.png" style="zoom:100%;" />
|
15 |
+
|
16 |
+
<img src="./image.png" style="zoom:100%;" />
|
17 |
+
|
18 |
+
<img src="./image-1.png" style="zoom:100%;" />
|
19 |
+
|
20 |
+
## News🔥🔥🔥
|
21 |
+
|
22 |
+
* Feb.18, 2025. Our checkpoints are publicly available on [HuggingFace Repo](https://huggingface.co/Gen-Verse/HermesFlow).
|
23 |
+
|
24 |
+
## Introduction
|
25 |
+
|
26 |
+
HermesFlow is a general alignment framework for multimodal LLMs, which cruate homologous preference data itself and utilize self-play iterative optimization with Pair-DPO to seamlessly close the gap between multimodal understanding and generation.
|
27 |
+
|
28 |
+
## Citation
|
29 |
+
|
30 |
+
```
|
31 |
+
@article{yang2025hermesflow,
|
32 |
+
title={HermesFlow: Seamlessly Closing the Gap in Multimodal Understanding and Generation},
|
33 |
+
author={Yang, Ling and Zhang, Xinchen and Tian, Ye and Shang, Chenming and Xu, Minghao and Zhang, Wentao and Cui, Bin},
|
34 |
+
journal={arXiv preprint arXiv:2502.12148},
|
35 |
+
year={2025}
|
36 |
+
}
|
37 |
+
```
|
38 |
+
|
39 |
+
|