Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ For more information on my dataset, please see the included referenced dataset.
|
|
35 |
|
36 |
You can test the model using this:
|
37 |
|
38 |
-
```
|
39 |
from transformers import T5ForConditionalGeneration, AutoTokenizer
|
40 |
|
41 |
checkpoint = "Mir-2002/codet5p-google-style-docstrings"
|
|
|
35 |
|
36 |
You can test the model using this:
|
37 |
|
38 |
+
```python
|
39 |
from transformers import T5ForConditionalGeneration, AutoTokenizer
|
40 |
|
41 |
checkpoint = "Mir-2002/codet5p-google-style-docstrings"
|