Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-2-7b-hf
|
7 |
+
---
|
8 |
+
|
9 |
+
This is the backbone SFT model used in the paper "[DogeRM: Equipping Reward Models with Domain Knowledge through Model Merging](https://arxiv.org/abs/2407.01470)".
|
10 |
+
|
11 |
+
For the detailed information about this model, please refer to our paper.
|
12 |
+
|
13 |
+
If you found this model useful, please cite our paper:
|
14 |
+
```
|
15 |
+
@article{lin2024dogerm,
|
16 |
+
title={DogeRM: Equipping Reward Models with Domain Knowledge through Model Merging},
|
17 |
+
author={Lin, Tzu-Han and Li, Chen-An and Lee, Hung-yi and Chen, Yun-Nung},
|
18 |
+
journal={arXiv preprint arXiv:2407.01470},
|
19 |
+
year={2024}
|
20 |
+
}
|
21 |
+
```
|