Update model card
Browse files
README.md
CHANGED
|
@@ -31,12 +31,6 @@ Multiclass-Think-RM addresses limitations of conventional reward models by incor
|
|
| 31 |
To evaluate the model, please use the following prompt template:
|
| 32 |
|
| 33 |
```python
|
| 34 |
-
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 35 |
-
|
| 36 |
-
model_name = "ilgee/Multiclass-Think-RM-8B"
|
| 37 |
-
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 38 |
-
model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype="auto")
|
| 39 |
-
|
| 40 |
system_msg = (
|
| 41 |
"You are an impartial judge, tasked with evaluating the quality of the two AI assistants' responses to the context displayed below. "
|
| 42 |
"Your evaluation should be based on the following six criteria:\n\n"
|
|
|
|
| 31 |
To evaluate the model, please use the following prompt template:
|
| 32 |
|
| 33 |
```python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
system_msg = (
|
| 35 |
"You are an impartial judge, tasked with evaluating the quality of the two AI assistants' responses to the context displayed below. "
|
| 36 |
"Your evaluation should be based on the following six criteria:\n\n"
|