Update README.md

This commit is contained in:
Stella Biderman 2021-08-06 19:54:51 +00:00 committed by huggingface-web
parent 7cb542864a
commit b1bf2ae2a2
1 changed files with 0 additions and 3 deletions

View File

@ -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