michaeldinzinger commited on
Commit
cd02f4c
·
verified ·
1 Parent(s): 2a4e901

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2439,7 +2439,7 @@ Then you can load this model and run inference.
2439
  from sentence_transformers import SentenceTransformer
2440
 
2441
  # Download from the 🤗 Hub
2442
- model = SentenceTransformer("anonymous202501/xlm-roberta-base-msmarco")
2443
  # Run inference
2444
  sentences = [
2445
  'Most Common Apple Varieties',
 
2439
  from sentence_transformers import SentenceTransformer
2440
 
2441
  # Download from the 🤗 Hub
2442
+ model = SentenceTransformer("PaDaS-Lab/xlm-roberta-base-msmarco")
2443
  # Run inference
2444
  sentences = [
2445
  'Most Common Apple Varieties',