juliekallini
commited on
Update README.md
Browse files
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 |
|