hellonlp commited on
Commit
8335a2b
·
verified ·
1 Parent(s): d5cba75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ pip install promcse
52
  After installing the package, you can load our model by two lines of code
53
  ```python
54
  from promcse import PromCSE
55
- model = PromCSE("hellonlp/promcse-bert-base-zh", "cls", 10)
56
  ```
57
 
58
  Then you can use our model for encoding sentences into embeddings
 
52
  After installing the package, you can load our model by two lines of code
53
  ```python
54
  from promcse import PromCSE
55
+ model = PromCSE("hellonlp/promcse-bert-large-zh", "cls", 10)
56
  ```
57
 
58
  Then you can use our model for encoding sentences into embeddings