guihu commited on
Commit
2b053b6
1 Parent(s): db490b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
17
 
18
  ## How to use the model
19
 
20
- ```
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
 
23
 
 
17
 
18
  ## How to use the model
19
 
20
+ ```python
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
 
23