Update README.md
This commit is contained in:
parent
7cb542864a
commit
b1bf2ae2a2
|
@ -59,9 +59,6 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
||||||
|
|
||||||
tokenizer = AutoTokenizer.from_pretrained("gpt2")
|
tokenizer = AutoTokenizer.from_pretrained("gpt2")
|
||||||
model = AutoModelForCausalLM.from_pretrained("gpt-j-6B")
|
model = AutoModelForCausalLM.from_pretrained("gpt-j-6B")
|
||||||
|
|
||||||
|
|
||||||
[{'generated_text': 'EleutherAI has made a commitment to create new software packages for each of its major clients and has'}]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Limitations and Biases
|
### Limitations and Biases
|
||||||
|
|
Loading…
Reference in New Issue