Text Generation
Safetensors
English
llama
conversational
hank0316 commited on
Commit
8e4d75c
1 Parent(s): a11dc2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
5
+ language:
6
+ - en
7
+ base_model:
8
+ - miulab/llama2-7b-oss-instruct
9
+ pipeline_tag: text-generation
10
+ ---
11
+
12
+ This is the "Code model" used in the paper "[DogeRM: Equipping Reward Models with Domain Knowledge through Model Merging](https://arxiv.org/abs/2407.01470)".
13
+
14
+ The detailed training/evaluation can be found at https://api.wandb.ai/links/merge_exp/tms593xm.
15
+
16
+ For more details about this model, please refer to our paper.
17
+
18
+ If you found this model useful, please cite our paper:
19
+ ```
20
+ @article{lin2024dogerm,
21
+ title={DogeRM: Equipping Reward Models with Domain Knowledge through Model Merging},
22
+ author={Lin, Tzu-Han and Li, Chen-An and Lee, Hung-yi and Chen, Yun-Nung},
23
+ journal={arXiv preprint arXiv:2407.01470},
24
+ year={2024}
25
+ }
26
+ ```