Update README.md
Browse files
README.md
CHANGED
@@ -69,9 +69,9 @@ pip install --upgrade git+https://github.com/huggingface/transformers.git
|
|
69 |
|
70 |
To load the model with HuggingFace, use the following snippet:
|
71 |
```
|
72 |
-
from transformers import
|
73 |
|
74 |
-
|
75 |
```
|
76 |
|
77 |
### Chat template
|
|
|
69 |
|
70 |
To load the model with HuggingFace, use the following snippet:
|
71 |
```
|
72 |
+
from transformers import AutoModelForSequenceClassification
|
73 |
|
74 |
+
olmo_reward_model = AutoModelForSequenceClassification.from_pretrained("allenai/OLMo-2-1124-7B-RM")
|
75 |
```
|
76 |
|
77 |
### Chat template
|