arthurbr11
commited on
Commit
·
c2e42e0
1
Parent(s):
84e5191
Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ Then you can load this model and run inference.
|
|
70 |
from sentence_transformers.sparse_encoder import SparseEncoder
|
71 |
|
72 |
# Download from the 🤗 Hub
|
73 |
-
model = SparseEncoder("opensearch-project/opensearch-neural-sparse-encoding-multilingual-v1"
|
74 |
|
75 |
query = "What's the weather in ny now?"
|
76 |
document = "Currently New York is rainy."
|
|
|
70 |
from sentence_transformers.sparse_encoder import SparseEncoder
|
71 |
|
72 |
# Download from the 🤗 Hub
|
73 |
+
model = SparseEncoder("opensearch-project/opensearch-neural-sparse-encoding-multilingual-v1")
|
74 |
|
75 |
query = "What's the weather in ny now?"
|
76 |
document = "Currently New York is rainy."
|