tomaarsen HF staff commited on
Commit
461ec72
1 Parent(s): 885e030

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("sentence_transformers_model_id")
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.',