Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,7 @@ model created by [sentence-tansformers](https://www.sbert.net/index.html),mode
|
|
19 |
>>> sentences = ["今天天气不错", "今天心情不错"]
|
20 |
>>> score = model.predict([sentences])
|
21 |
>>> print(score[0])
|
22 |
-
```
|
|
|
|
|
|
|
|
19 |
>>> sentences = ["今天天气不错", "今天心情不错"]
|
20 |
>>> score = model.predict([sentences])
|
21 |
>>> print(score[0])
|
22 |
+
```
|
23 |
+
|
24 |
+
#### Code
|
25 |
+
train code from https://github.com/TTurn/cross-encoder
|