hellonlp commited on
Commit
25b39f8
·
1 Parent(s): 8fb7b07

Update README.md

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