Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
-
- openbmb/
|
5 |
- openbmb/UltraFeedback
|
6 |
tags:
|
7 |
- reasoning
|
@@ -10,6 +10,19 @@ tags:
|
|
10 |
pipeline_tag: text-generation
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# Links
|
15 |
|
@@ -58,6 +71,8 @@ Simplify your answer as much as possible.
|
|
58 |
title={Advancing LLM Reasoning Generalists with Preference Trees},
|
59 |
author={Lifan Yuan and Ganqu Cui and Hanbin Wang and Ning Ding and Xingyao Wang and Jia Deng and Boji Shan and Huimin Chen and Ruobing Xie and Yankai Lin and Zhenghao Liu and Bowen Zhou and Hao Peng and Zhiyuan Liu and Maosong Sun},
|
60 |
year={2024},
|
61 |
-
|
|
|
|
|
62 |
}
|
63 |
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
+
- openbmb/UltraInteract_sft
|
5 |
- openbmb/UltraFeedback
|
6 |
tags:
|
7 |
- reasoning
|
|
|
10 |
pipeline_tag: text-generation
|
11 |
---
|
12 |
|
13 |
+
<div align="center">
|
14 |
+
|
15 |
+
<img src="https://huggingface.co/openbmb/Eurus-7b-sft/resolve/main/figures/Eurus-logo.png" width="200px">
|
16 |
+
|
17 |
+
**Eurus: A suit of open-source LLMs optimized for reasoning**
|
18 |
+
|
19 |
+
<p align="center">
|
20 |
+
<a href="#introduction"> Introduction</a> •
|
21 |
+
<a href="#evaluation">Evaluation</a>
|
22 |
+
</p>
|
23 |
+
|
24 |
+
|
25 |
+
</div>
|
26 |
|
27 |
# Links
|
28 |
|
|
|
71 |
title={Advancing LLM Reasoning Generalists with Preference Trees},
|
72 |
author={Lifan Yuan and Ganqu Cui and Hanbin Wang and Ning Ding and Xingyao Wang and Jia Deng and Boji Shan and Huimin Chen and Ruobing Xie and Yankai Lin and Zhenghao Liu and Bowen Zhou and Hao Peng and Zhiyuan Liu and Maosong Sun},
|
73 |
year={2024},
|
74 |
+
eprint={2404.02078},
|
75 |
+
archivePrefix={arXiv},
|
76 |
+
primaryClass={cs.AI}
|
77 |
}
|
78 |
```
|