tuhailong commited on
Commit
8ada21c
1 Parent(s): 7eab148

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -24,7 +24,10 @@ model created by [sentence-tansformers](https://www.sbert.net/index.html),mode
24
  >>> print(scores)
25
  ```
26
 
27
- #### PS
 
 
 
28
  Because add the pooling layer and dense layer after model,has folders in model files. So here will
29
  be additional files "1_Pooling-config.json", "2_Dense-config.json" and "2_Dense-pytorch_model.bin".
30
  after download these files, rename them as "1_Pooling/config.json", "2_Dense/config.json" and "2_Dense/pytorch_model.bin".
24
  >>> print(scores)
25
  ```
26
 
27
+ #### Code
28
+ train code from https://github.com/TTurn/bi-encoder
29
+
30
+ ##### PS
31
  Because add the pooling layer and dense layer after model,has folders in model files. So here will
32
  be additional files "1_Pooling-config.json", "2_Dense-config.json" and "2_Dense-pytorch_model.bin".
33
  after download these files, rename them as "1_Pooling/config.json", "2_Dense/config.json" and "2_Dense/pytorch_model.bin".