Ray2333 commited on
Commit
30a86de
1 Parent(s): 111f723

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -7,9 +7,10 @@ metrics:
7
  ---
8
 
9
 
10
- GPT2 large model trained on Anthropic/hh-rlhf helpful dataset. It is specifically used for helpful response detection or RLHF. Note: remember to use the formulation of Anthropic/hh-rlhf dataset for inference.
 
 
11
 
12
- It achieves an accuracy of 0.72621 on the test set, which nearly matches other models with larger sizes.
13
 
14
  ## Usage:
15
  ```
 
7
  ---
8
 
9
 
10
+ GPT2 large model trained on Anthropic/hh-rlhf helpful dataset. It is specifically used for helpful response detection or RLHF. It achieves an accuracy of 0.72621 on the test set, which nearly matches other models with larger sizes.
11
+
12
+ Note: 1. Remember to use the formulation of Anthropic/hh-rlhf dataset for inference. 2. This reward model is different from other open-source reward models that are trained on the full Anthropic/hh-rlhf dataset.
13
 
 
14
 
15
  ## Usage:
16
  ```