Update README.md
Browse files
README.md
CHANGED
@@ -479,7 +479,7 @@ Then you can load this model and run inference.
|
|
479 |
from sentence_transformers import SentenceTransformer
|
480 |
|
481 |
# Download from the 🤗 Hub
|
482 |
-
model = SentenceTransformer("
|
483 |
# Run inference
|
484 |
sentences = [
|
485 |
'A woman is dancing.',
|
|
|
479 |
from sentence_transformers import SentenceTransformer
|
480 |
|
481 |
# Download from the 🤗 Hub
|
482 |
+
model = SentenceTransformer("tomaarsen/distilbert-base-uncased-sts-matryoshka")
|
483 |
# Run inference
|
484 |
sentences = [
|
485 |
'A woman is dancing.',
|