jacobfulano
commited on
Commit
•
2e01185
1
Parent(s):
495b105
Update README.md
Browse files
README.md
CHANGED
@@ -90,6 +90,7 @@ This model was trained with the [EleutherAI/gpt-neox-20b](https://huggingface.co
|
|
90 |
```python
|
91 |
from transformers import AutoTokenizer
|
92 |
tokenizer = AutoTokenizer.from_pretrained("EleutherAI/gpt-neox-20b")
|
|
|
93 |
|
94 |
## Model Description
|
95 |
|
|
|
90 |
```python
|
91 |
from transformers import AutoTokenizer
|
92 |
tokenizer = AutoTokenizer.from_pretrained("EleutherAI/gpt-neox-20b")
|
93 |
+
```
|
94 |
|
95 |
## Model Description
|
96 |
|