Update README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,10 @@
|
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: sentence-similarity
|
| 4 |
tags:
|
| 5 |
-
- sentence-transformers
|
| 6 |
- feature-extraction
|
| 7 |
- sentence-similarity
|
| 8 |
- onnx
|
| 9 |
- teradata
|
| 10 |
-
|
| 11 |
---
|
| 12 |
# A Teradata Vantage compatible Embeddings Model
|
| 13 |
|
|
@@ -161,5 +159,4 @@ print("Cosine similiarity for embeddings calculated with ONNX:" + str(cos_sim(em
|
|
| 161 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
| 162 |
```
|
| 163 |
|
| 164 |
-
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
| 165 |
-
|
|
|
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: sentence-similarity
|
| 4 |
tags:
|
|
|
|
| 5 |
- feature-extraction
|
| 6 |
- sentence-similarity
|
| 7 |
- onnx
|
| 8 |
- teradata
|
|
|
|
| 9 |
---
|
| 10 |
# A Teradata Vantage compatible Embeddings Model
|
| 11 |
|
|
|
|
| 159 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
| 160 |
```
|
| 161 |
|
| 162 |
+
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
|
|