rahilbathwal
commited on
Commit
·
a4a3a2f
1
Parent(s):
b6a7f15
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ Then you can use the model like this:
|
|
26 |
from sentence_transformers import SentenceTransformer
|
27 |
queries = ["flight cost from nyc to la", "ticket prices from nyc to la"]
|
28 |
|
29 |
-
model = SentenceTransformer('
|
30 |
embeddings = model.encode(queries)
|
31 |
print(embeddings)
|
32 |
```
|
|
|
26 |
from sentence_transformers import SentenceTransformer
|
27 |
queries = ["flight cost from nyc to la", "ticket prices from nyc to la"]
|
28 |
|
29 |
+
model = SentenceTransformer('neeva/query2query')
|
30 |
embeddings = model.encode(queries)
|
31 |
print(embeddings)
|
32 |
```
|