Text Generation
Transformers
PyTorch
English
olmo2
conversational
Inference Endpoints
vwxyzjn commited on
Commit
3437593
·
verified ·
1 Parent(s): 66eebb6

Update README.md

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