lliutianc commited on
Commit
ff7a157
·
verified ·
1 Parent(s): 8c1ff7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,7 +11,9 @@ model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto")
11
  ```
12
 
13
 
14
- To evaluate the model, please use the following format to build up message.
 
 
15
 
16
  ```python
17
  JUDGE_PROMPT_TEMPLATE = (
 
11
  ```
12
 
13
 
14
+ To evaluate the model, please use the following format to build up message.
15
+ Here `rubric` should be generated with a `RubricRM-Rubric`
16
+
17
 
18
  ```python
19
  JUDGE_PROMPT_TEMPLATE = (