Safetensors
gpt2
juliekallini commited on
Commit
5d04b9f
·
verified ·
1 Parent(s): 5076d97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ used in any production setting.
34
 
35
  Use the code below to get started with the model.
36
 
37
- ```
38
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
39
  import torch
40
 
 
34
 
35
  Use the code below to get started with the model.
36
 
37
+ ```python
38
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
39
  import torch
40