hellonlp commited on
Commit
69b052c
·
verified ·
1 Parent(s): ddb289d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ pip install promcse
28
  After installing the package, you can load our model by two lines of code
29
  ```python
30
  from promcse import PromCSE
31
- model = PromCSE("hellonlp/promcse-base-zh-v1.1", "cls", 10)
32
  ```
33
 
34
  Then you can use our model for encoding sentences into embeddings
 
28
  After installing the package, you can load our model by two lines of code
29
  ```python
30
  from promcse import PromCSE
31
+ model = PromCSE("hellonlp/promcse-bert-base-zh-v1.1", "cls", 10)
32
  ```
33
 
34
  Then you can use our model for encoding sentences into embeddings