Update README.md
Browse files
README.md
CHANGED
@@ -6663,12 +6663,9 @@ model-index:
|
|
6663 |
type: PairClassification
|
6664 |
tags:
|
6665 |
- mteb
|
6666 |
-
- Sentence Transformers
|
6667 |
- sentence-similarity
|
6668 |
-
- sentence-transformers
|
6669 |
- onnx
|
6670 |
- teradata
|
6671 |
-
|
6672 |
---
|
6673 |
# A Teradata Vantage compatible Embeddings Model
|
6674 |
|
@@ -6820,5 +6817,4 @@ print("Cosine similiarity for embeddings calculated with ONNX:" + str(cos_sim(em
|
|
6820 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
6821 |
```
|
6822 |
|
6823 |
-
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
6824 |
-
|
|
|
6663 |
type: PairClassification
|
6664 |
tags:
|
6665 |
- mteb
|
|
|
6666 |
- sentence-similarity
|
|
|
6667 |
- onnx
|
6668 |
- teradata
|
|
|
6669 |
---
|
6670 |
# A Teradata Vantage compatible Embeddings Model
|
6671 |
|
|
|
6817 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
6818 |
```
|
6819 |
|
6820 |
+
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
|