shanearora
commited on
Commit
•
4862743
1
Parent(s):
f5ad816
Update README.md
Browse filesRemove import to hf_olmo
README.md
CHANGED
@@ -36,7 +36,6 @@ The naming convention is `step1000-tokens4B`.
|
|
36 |
|
37 |
To load a specific model revision with HuggingFace, simply add the argument `revision`:
|
38 |
```bash
|
39 |
-
import hf_olmo # pip install ai2-olmo
|
40 |
olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo-1.7-7B-hf", revision="step1000-tokens4B")
|
41 |
```
|
42 |
|
|
|
36 |
|
37 |
To load a specific model revision with HuggingFace, simply add the argument `revision`:
|
38 |
```bash
|
|
|
39 |
olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo-1.7-7B-hf", revision="step1000-tokens4B")
|
40 |
```
|
41 |
|