tuhailong commited on
Commit
7eab148
1 Parent(s): 5b77b2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ 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
+ #### 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".