arthurbr11
commited on
Commit
·
eab0e17
1
Parent(s):
64b5b5e
Update README.md
Browse files
README.md
CHANGED
@@ -212,7 +212,7 @@ pip install -U sentence-transformers
|
|
212 |
|
213 |
Then you can load this model and run inference.
|
214 |
```python
|
215 |
-
|
216 |
|
217 |
# Download from the 🤗 Hub
|
218 |
model = SparseEncoder("prithivida/Splade_PP_en_v1")
|
|
|
212 |
|
213 |
Then you can load this model and run inference.
|
214 |
```python
|
215 |
+
from sentence_transformers import SparseEncoder
|
216 |
|
217 |
# Download from the 🤗 Hub
|
218 |
model = SparseEncoder("prithivida/Splade_PP_en_v1")
|