docs: update README
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ Then you can load this model and run inference.
|
|
54 |
from sentence_transformers import SentenceTransformer
|
55 |
|
56 |
# Download from the 🤗 Hub
|
57 |
-
model = SentenceTransformer("
|
58 |
# Run inference
|
59 |
sentences = [
|
60 |
'The weather is lovely today.',
|
|
|
54 |
from sentence_transformers import SentenceTransformer
|
55 |
|
56 |
# Download from the 🤗 Hub
|
57 |
+
model = SentenceTransformer("adrien-riaux/distill-modernbert-embed-base")
|
58 |
# Run inference
|
59 |
sentences = [
|
60 |
'The weather is lovely today.',
|