Tom Aarsen
commited on
Commit
·
08c012b
1
Parent(s):
38ec0c3
Add MRL in the name
Browse files
README.md
CHANGED
@@ -1055,7 +1055,7 @@ Then you can load this model and run inference.
|
|
1055 |
from sentence_transformers import SentenceTransformer
|
1056 |
|
1057 |
# Download from the 🤗 Hub
|
1058 |
-
model = SentenceTransformer("tomaarsen/static-retrieval-en-v1")
|
1059 |
# Run inference
|
1060 |
sentences = [
|
1061 |
'Gadofosveset-enhanced MR angiography of carotid arteries: does steady-state imaging improve accuracy of first-pass imaging?',
|
|
|
1055 |
from sentence_transformers import SentenceTransformer
|
1056 |
|
1057 |
# Download from the 🤗 Hub
|
1058 |
+
model = SentenceTransformer("tomaarsen/static-retrieval-mrl-en-v1")
|
1059 |
# Run inference
|
1060 |
sentences = [
|
1061 |
'Gadofosveset-enhanced MR angiography of carotid arteries: does steady-state imaging improve accuracy of first-pass imaging?',
|