lliutianc commited on
Commit
0de1791
·
verified ·
1 Parent(s): 996fe2e

Update README.md

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