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