sasha-smirnov commited on
Commit
819d817
·
verified ·
1 Parent(s): 5459c12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -4597,13 +4597,10 @@ model-index:
4597
  type: Retrieval
4598
  tags:
4599
  - mteb
4600
- - sentence-transformers
4601
- - transformers
4602
  - multilingual
4603
  - sentence-similarity
4604
  - onnx
4605
  - teradata
4606
-
4607
  ---
4608
  # A Teradata Vantage compatible Embeddings Model
4609
 
@@ -4755,5 +4752,4 @@ print("Cosine similiarity for embeddings calculated with ONNX:" + str(cos_sim(em
4755
  print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
4756
  ```
4757
 
4758
- You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
4759
-
 
4597
  type: Retrieval
4598
  tags:
4599
  - mteb
 
 
4600
  - multilingual
4601
  - sentence-similarity
4602
  - onnx
4603
  - teradata
 
4604
  ---
4605
  # A Teradata Vantage compatible Embeddings Model
4606
 
 
4752
  print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
4753
  ```
4754
 
4755
+ You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)