Update README.md
Browse files
README.md
CHANGED
|
@@ -112,7 +112,7 @@ Performance on the standard MTEB STS17 (ar-ar) benchmark:
|
|
| 112 |
from sentence_transformers import SentenceTransformer
|
| 113 |
|
| 114 |
# Load the model
|
| 115 |
-
model = SentenceTransformer('AhmedZaky1/DIMI-embedding-v3-silma-sts-matryoshka')
|
| 116 |
|
| 117 |
# Example sentences in Arabic and English
|
| 118 |
sentences = [
|
|
|
|
| 112 |
from sentence_transformers import SentenceTransformer
|
| 113 |
|
| 114 |
# Load the model
|
| 115 |
+
model = SentenceTransformer('AhmedZaky1/DIMI-embedding-v3-silma-sts-matryoshka', trust_remote_code=True)
|
| 116 |
|
| 117 |
# Example sentences in Arabic and English
|
| 118 |
sentences = [
|