Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ Then you can load this model and run inference.
|
|
77 |
from sentence_transformers import SentenceTransformer
|
78 |
|
79 |
# Download from the 🤗 Hub
|
80 |
-
model = SentenceTransformer("Parallia/Fairly-Multilingual-ModernBERT-Embed-BE")
|
81 |
# Run inference
|
82 |
sentences = [
|
83 |
'These three mysterious men came to our help.',
|
|
|
77 |
from sentence_transformers import SentenceTransformer
|
78 |
|
79 |
# Download from the 🤗 Hub
|
80 |
+
model = SentenceTransformer("Parallia/Fairly-Multilingual-ModernBERT-Embed-BE", trust_remote_code=True)
|
81 |
# Run inference
|
82 |
sentences = [
|
83 |
'These three mysterious men came to our help.',
|