Update README.md
Browse files
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 = (
|