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