shanearora
commited on
Commit
•
1ee306d
1
Parent(s):
cd28930
Update README.md
Browse files
README.md
CHANGED
@@ -68,9 +68,7 @@ branches = [b.name for b in out.branches]
|
|
68 |
|
69 |
### Inference
|
70 |
|
71 |
-
|
72 |
-
|
73 |
-
Now, proceed as usual with HuggingFace:
|
74 |
```python
|
75 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
76 |
olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo-7B-0724-hf")
|
|
|
68 |
|
69 |
### Inference
|
70 |
|
71 |
+
Proceed as usual with HuggingFace:
|
|
|
|
|
72 |
```python
|
73 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
74 |
olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo-7B-0724-hf")
|