reshinth.adith
commited on
Commit
·
2088f79
1
Parent(s):
dc6ac57
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,9 +20,9 @@ BashGPT-Neo is a [Neural Program Synthesis](https://www.microsoft.com/en-us/rese
|
|
| 20 |
|
| 21 |
## Usage
|
| 22 |
```py
|
| 23 |
-
from transformers import AutoTokenizer,
|
| 24 |
tokenizer = AutoTokenizer.from_pretrained("reshinthadith/BashGPTNeo")
|
| 25 |
-
model =
|
| 26 |
```
|
| 27 |
|
| 28 |
## Core Contributors 👥
|
|
|
|
| 20 |
|
| 21 |
## Usage
|
| 22 |
```py
|
| 23 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 24 |
tokenizer = AutoTokenizer.from_pretrained("reshinthadith/BashGPTNeo")
|
| 25 |
+
model = AutoModelForCausalLM.from_pretrained("reshinthadith/BashGPTNeo")
|
| 26 |
```
|
| 27 |
|
| 28 |
## Core Contributors 👥
|