Update README.md
Browse files
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):
|