Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- liuwenhan/reasonrank_data_sft
|
5 |
+
- liuwenhan/reasonrank_data_rl
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- Qwen/Qwen2.5-7B-Instruct
|
10 |
+
---
|
11 |
+
|
12 |
+
Please refer our [github repository](https://github.com/8421BCD/ReasonRank) for the usage of reasonrank-7B.
|
13 |
+
|
14 |
+
## Model Performance
|
15 |
+
<p align="center">
|
16 |
+
<img width="70%" alt="image" src="https://8421bcd.oss-cn-beijing.aliyuncs.com/img/image-20250810163757771.png" />
|
17 |
+
</p>
|
18 |
+
|
19 |
+
🌹 If you use this model, please ✨star our <a href="https://github.com/8421BCD/reasonrank" target="_blank">GitHub repository</a> to support us. Your star means a lot!
|