Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ To load the model with HuggingFace, use the following snippet:
|
|
47 |
```
|
48 |
from transformers import AutoModelForCausalLM
|
49 |
|
50 |
-
olmo_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-2-
|
51 |
```
|
52 |
|
53 |
### Chat template
|
|
|
47 |
```
|
48 |
from transformers import AutoModelForCausalLM
|
49 |
|
50 |
+
olmo_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-2-0325-32B-Instruct")
|
51 |
```
|
52 |
|
53 |
### Chat template
|