Mir-2002 commited on
Commit
b1a76c5
·
verified ·
1 Parent(s): b1ebecb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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"