Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,8 @@ pinned: false
|
|
15 |
<p style="font-size: 40px; font-weight: bold;">Knowledge Fusion of Large Language Models</p>
|
16 |
|
17 |
|
18 |
-
<h4> |<a href="https://arxiv.org/abs/2401.10491"> π FuseLLM Paper @ICLR2024 </a> | <a href="https://arxiv.org/abs/2408.07990"> π FuseChat Tech Report </a> | <a href="https://arxiv.org/abs/2412.03187"> π WRPO Paper @ICLR2025 </a> | <a href="https://
|
19 |
</h4>
|
20 |
-
|
21 |
<p align="center">
|
22 |
<img src="logo.png" width="60%"> <br>
|
23 |
</p>
|
@@ -122,3 +121,13 @@ Please cite the following paper if you reference our model, code, data, or paper
|
|
122 |
url={https://openreview.net/forum?id=fq24pEb8SL}
|
123 |
}
|
124 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
<p style="font-size: 40px; font-weight: bold;">Knowledge Fusion of Large Language Models</p>
|
16 |
|
17 |
|
18 |
+
<h4> |<a href="https://arxiv.org/abs/2401.10491"> π FuseLLM Paper @ICLR2024 </a> | <a href="https://arxiv.org/abs/2408.07990"> π FuseChat Tech Report </a> | <a href="https://arxiv.org/abs/2412.03187"> π WRPO Paper @ICLR2025 </a> | <a href="https://arxiv.org/pdf/2503.04222"> π FuseChat-3.0 Tech Report </a> | <a href="https://huggingface.co/FuseAI"> π€ HuggingFace Repo </a> | <a href="https://github.com/fanqiwan/FuseLLM"> π± GitHub Repo </a> | <a href="https://huggingface.co/blog/Wanfq/fuseo1-preview"> π FuseO1-Preview Blog </a> |
|
19 |
</h4>
|
|
|
20 |
<p align="center">
|
21 |
<img src="logo.png" width="60%"> <br>
|
22 |
</p>
|
|
|
121 |
url={https://openreview.net/forum?id=fq24pEb8SL}
|
122 |
}
|
123 |
```
|
124 |
+
|
125 |
+
Please cite the following paper if you reference our model, code, data, or paper related to FuseChat-3.0.
|
126 |
+
```
|
127 |
+
@article{yang2025weightedreward,
|
128 |
+
title={FuseChat-3.0: Preference Optimization Meets Heterogeneous Model Fusion},
|
129 |
+
author={Ziyi Yang and Fanqi Wan and Longguang Zhong and Canbin Huang and Guosheng Liang and Xiaojun Quan},
|
130 |
+
journal={arXiv preprint arXiv:2503.04222},
|
131 |
+
year={2025},
|
132 |
+
}
|
133 |
+
```
|