Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ The core models released in this batch include the following:
|
|
53 |
- Core repo (training, inference, fine-tuning etc.): https://github.com/allenai/OLMo
|
54 |
- Evaluation code: https://github.com/allenai/olmes
|
55 |
- Further fine-tuning code: https://github.com/allenai/open-instruct
|
56 |
-
- **Paper:**
|
57 |
- **Demo:** https://playground.allenai.org/
|
58 |
|
59 |
## Installation
|
@@ -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-
|
75 |
```
|
76 |
|
77 |
### Chat template
|
|
|
53 |
- Core repo (training, inference, fine-tuning etc.): https://github.com/allenai/OLMo
|
54 |
- Evaluation code: https://github.com/allenai/olmes
|
55 |
- Further fine-tuning code: https://github.com/allenai/open-instruct
|
56 |
+
- **Paper:** https://arxiv.org/abs/2501.00656
|
57 |
- **Demo:** https://playground.allenai.org/
|
58 |
|
59 |
## Installation
|
|
|
71 |
```
|
72 |
from transformers import AutoModelForCausalLM
|
73 |
|
74 |
+
olmo_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-2-1124-7B-DPO")
|
75 |
```
|
76 |
|
77 |
### Chat template
|