Commit
·
83f6387
1
Parent(s):
66d620a
update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ Then you can load this model and run inference.
|
|
| 62 |
from sentence_transformers import SparseEncoder
|
| 63 |
|
| 64 |
# Download from the 🤗 Hub
|
| 65 |
-
|
| 66 |
# Run inference
|
| 67 |
queries = ["what causes aging fast"]
|
| 68 |
documents = [
|
|
|
|
| 62 |
from sentence_transformers import SparseEncoder
|
| 63 |
|
| 64 |
# Download from the 🤗 Hub
|
| 65 |
+
model = SparseEncoder("naver/splade-cocondenser-ensembledistil")
|
| 66 |
# Run inference
|
| 67 |
queries = ["what causes aging fast"]
|
| 68 |
documents = [
|