Update README.md
Browse files
README.md
CHANGED
@@ -157,7 +157,7 @@ Then you can load this model and run inference.
|
|
157 |
from sentence_transformers import SentenceTransformer
|
158 |
|
159 |
# Download from the 🤗 Hub
|
160 |
-
model = SentenceTransformer("joe32140/ModernBERT-base-
|
161 |
# Run inference
|
162 |
sentences = [
|
163 |
'what county is hayden in',
|
|
|
157 |
from sentence_transformers import SentenceTransformer
|
158 |
|
159 |
# Download from the 🤗 Hub
|
160 |
+
model = SentenceTransformer("joe32140/ModernBERT-base-msmarco")
|
161 |
# Run inference
|
162 |
sentences = [
|
163 |
'what county is hayden in',
|