stellaathena commited on
Commit
b1bf2ae
1 Parent(s): 7cb5428

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -59,9 +59,6 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
59
 
60
  tokenizer = AutoTokenizer.from_pretrained("gpt2")
61
  model = AutoModelForCausalLM.from_pretrained("gpt-j-6B")
62
-
63
-
64
- [{'generated_text': 'EleutherAI has made a commitment to create new software packages for each of its major clients and has'}]
65
  ```
66
 
67
  ### Limitations and Biases
59
 
60
  tokenizer = AutoTokenizer.from_pretrained("gpt2")
61
  model = AutoModelForCausalLM.from_pretrained("gpt-j-6B")
 
 
 
62
  ```
63
 
64
  ### Limitations and Biases