Text Classification
Safetensors
English
llama
hank0316 commited on
Commit
9649702
1 Parent(s): 6ff46cd

Update README.md

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