sasha-smirnov commited on
Commit
ec4b111
·
verified ·
1 Parent(s): d9e64fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -5943,13 +5943,10 @@ model-index:
5943
  type: PairClassification
5944
  tags:
5945
  - mteb
5946
- - Sentence Transformers
5947
  - sentence-similarity
5948
  - feature-extraction
5949
- - sentence-transformers
5950
  - onnx
5951
  - teradata
5952
-
5953
  ---
5954
  # A Teradata Vantage compatible Embeddings Model
5955
 
@@ -6101,5 +6098,4 @@ print("Cosine similiarity for embeddings calculated with ONNX:" + str(cos_sim(em
6101
  print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
6102
  ```
6103
 
6104
- You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
6105
-
 
5943
  type: PairClassification
5944
  tags:
5945
  - mteb
 
5946
  - sentence-similarity
5947
  - feature-extraction
 
5948
  - onnx
5949
  - teradata
 
5950
  ---
5951
  # A Teradata Vantage compatible Embeddings Model
5952
 
 
6098
  print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
6099
  ```
6100
 
6101
+ You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)