Siming Huang
commited on
Commit
•
cd901de
1
Parent(s):
9446d4b
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ license_link: https://huggingface.co/infly/OpenCoder-1.5B-Base/blob/main/LICENSE
|
|
66 |
|
67 |
```python
|
68 |
import torch
|
69 |
-
from transformers import AutoTokenizer, AutoModelForCausalLM
|
70 |
|
71 |
model_name = "infly/OpenCoder-1.5B-Base"
|
72 |
model = AutoModelForCausalLM.from_pretrained(model_name,
|
|
|
66 |
|
67 |
```python
|
68 |
import torch
|
69 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
70 |
|
71 |
model_name = "infly/OpenCoder-1.5B-Base"
|
72 |
model = AutoModelForCausalLM.from_pretrained(model_name,
|