amanrangapur
commited on
Commit
•
b9de8f3
1
Parent(s):
fffccc2
Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,13 @@ The core models released in this batch include the following:
|
|
35 |
| **Reward Model (RM)**| [allenai/OLMo-2-1124-7B-RM](https://huggingface.co/allenai/OLMo-2-1124-7B-RM) | (Same as 7B) |
|
36 |
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
## Inference
|
39 |
|
40 |
You can use OLMo with the standard HuggingFace transformers library:
|
|
|
35 |
| **Reward Model (RM)**| [allenai/OLMo-2-1124-7B-RM](https://huggingface.co/allenai/OLMo-2-1124-7B-RM) | (Same as 7B) |
|
36 |
|
37 |
|
38 |
+
## Installation
|
39 |
+
|
40 |
+
OLMo 2 will be supported in the next version of Transformers, and you need to install it from the main branch using:
|
41 |
+
```bash
|
42 |
+
pip install --upgrade git+https://github.com/huggingface/transformers.git
|
43 |
+
```
|
44 |
+
|
45 |
## Inference
|
46 |
|
47 |
You can use OLMo with the standard HuggingFace transformers library:
|