Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ To load the model with HuggingFace, use the following snippet:
|
|
71 |
```
|
72 |
from transformers import AutoModelForCausalLM
|
73 |
|
74 |
-
olmo_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-2-1124-
|
75 |
```
|
76 |
|
77 |
### Chat template
|
|
|
71 |
```
|
72 |
from transformers import AutoModelForCausalLM
|
73 |
|
74 |
+
olmo_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-2-1124-13B-DPO")
|
75 |
```
|
76 |
|
77 |
### Chat template
|