Text Generation
Transformers
Safetensors
English
olmo2
conversational
amanrangapur commited on
Commit
106d0dc
·
verified ·
1 Parent(s): d3bdbac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-1124-32B-Instruct")
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