reshinth.adith commited on
Commit
2088f79
1 Parent(s): dc6ac57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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, AutoModelWithLMHead
24
  tokenizer = AutoTokenizer.from_pretrained("reshinthadith/BashGPTNeo")
25
- model = AutoModelWithLMHead.from_pretrained("reshinthadith/BashGPTNeo")
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 👥