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