Update README.md
Browse files
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 |
-
####
|
|
|
|
|
|
|
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".
|