Update README.md
Browse files
README.md
CHANGED
@@ -85,7 +85,7 @@ The model was fine-tuned on a curated corpus of Italian semantic data, featuring
|
|
85 |
```python
|
86 |
from sentence_transformers import SentenceTransformer
|
87 |
|
88 |
-
model = SentenceTransformer("
|
89 |
|
90 |
# Italian query-document matching
|
91 |
query = "Come si distingue una faglia trascorrente da una normale?"
|
|
|
85 |
```python
|
86 |
from sentence_transformers import SentenceTransformer
|
87 |
|
88 |
+
model = SentenceTransformer("DeepMount00/Ita-Search")
|
89 |
|
90 |
# Italian query-document matching
|
91 |
query = "Come si distingue una faglia trascorrente da una normale?"
|