arthurbr11
commited on
Commit
·
2a36dce
1
Parent(s):
fd892c4
Update README.md
Browse files
README.md
CHANGED
@@ -214,7 +214,7 @@ Then you can load this model and run inference.
|
|
214 |
from sentence_transformers import SparseEncoder
|
215 |
|
216 |
# Download from the 🤗 Hub
|
217 |
-
model = SparseEncoder(
|
218 |
# Run inference
|
219 |
sentence = [
|
220 |
"The Manhattan Project and its atomic bomb helped bring an end to World War II. Its legacy of peaceful uses of atomic energy continues to have an impact on history and science."
|
|
|
214 |
from sentence_transformers import SparseEncoder
|
215 |
|
216 |
# Download from the 🤗 Hub
|
217 |
+
model = SparseEncoder("prithivida/Splade_PP_en_v2")
|
218 |
# Run inference
|
219 |
sentence = [
|
220 |
"The Manhattan Project and its atomic bomb helped bring an end to World War II. Its legacy of peaceful uses of atomic energy continues to have an impact on history and science."
|