tuhailong commited on
Commit
94093fa
1 Parent(s): 47beab0

Update README.md

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