guihu commited on
Commit
4d06d57
1 Parent(s): 8e3a266

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
  def sentence_cls_score(input_strings, predicate_cls_model, predicate_cls_tokenizer):
 
17
 
18
  ## How to use the model
19
 
20
+ ```python
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
 
23
  def sentence_cls_score(input_strings, predicate_cls_model, predicate_cls_tokenizer):