Kimargin commited on
Commit
92fa51f
1 Parent(s): e47bb94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -56,8 +56,6 @@ Users should verify the outputs of the model, especially in critical use cases,
56
 
57
  To use the model, you can load it as follows:
58
 
59
- ```python
60
- from transformers import AutoModelForCausalLM, AutoTokenizer
61
 
62
  tokenizer = AutoTokenizer.from_pretrained("Kimargin/GPT-NEO-1.3B-wiki")
63
  model = AutoModelForCausalLM.from_pretrained("Kimargin/GPT-NEO-1.3B-wiki")
 
56
 
57
  To use the model, you can load it as follows:
58
 
 
 
59
 
60
  tokenizer = AutoTokenizer.from_pretrained("Kimargin/GPT-NEO-1.3B-wiki")
61
  model = AutoModelForCausalLM.from_pretrained("Kimargin/GPT-NEO-1.3B-wiki")