Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
library_name: transformers
|
5 |
license: apache-2.0
|
6 |
model-index:
|
7 |
- name: gte-base-en-v1.5
|
@@ -377,7 +376,7 @@ model-index:
|
|
377 |
- type: mrr_at_3
|
378 |
value: 51.285000000000004
|
379 |
- type: mrr_at_5
|
380 |
-
value: 53
|
381 |
- type: ndcg_at_1
|
382 |
value: 42.571
|
383 |
- type: ndcg_at_10
|
@@ -387,7 +386,7 @@ model-index:
|
|
387 |
- type: ndcg_at_1000
|
388 |
value: 62.426
|
389 |
- type: ndcg_at_3
|
390 |
-
value: 51
|
391 |
- type: ndcg_at_5
|
392 |
value: 54.346000000000004
|
393 |
- type: precision_at_1
|
@@ -2197,7 +2196,7 @@ model-index:
|
|
2197 |
- type: recall_at_100
|
2198 |
value: 96.5
|
2199 |
- type: recall_at_1000
|
2200 |
-
value: 100
|
2201 |
- type: recall_at_3
|
2202 |
value: 77.86699999999999
|
2203 |
- type: recall_at_5
|
@@ -2331,7 +2330,7 @@ model-index:
|
|
2331 |
- type: map_at_5
|
2332 |
value: 0.918
|
2333 |
- type: mrr_at_1
|
2334 |
-
value: 84
|
2335 |
- type: mrr_at_10
|
2336 |
value: 91.067
|
2337 |
- type: mrr_at_100
|
@@ -2343,7 +2342,7 @@ model-index:
|
|
2343 |
- type: mrr_at_5
|
2344 |
value: 91.067
|
2345 |
- type: ndcg_at_1
|
2346 |
-
value: 78
|
2347 |
- type: ndcg_at_10
|
2348 |
value: 73.13499999999999
|
2349 |
- type: ndcg_at_100
|
@@ -2355,7 +2354,7 @@ model-index:
|
|
2355 |
- type: ndcg_at_5
|
2356 |
value: 72.74199999999999
|
2357 |
- type: precision_at_1
|
2358 |
-
value: 84
|
2359 |
- type: precision_at_10
|
2360 |
value: 78.8
|
2361 |
- type: precision_at_100
|
@@ -2365,7 +2364,7 @@ model-index:
|
|
2365 |
- type: precision_at_3
|
2366 |
value: 77.333
|
2367 |
- type: precision_at_5
|
2368 |
-
value: 78
|
2369 |
- type: recall_at_1
|
2370 |
value: 0.22300000000000003
|
2371 |
- type: recall_at_10
|
@@ -2599,14 +2598,11 @@ model-index:
|
|
2599 |
task:
|
2600 |
type: PairClassification
|
2601 |
tags:
|
2602 |
-
- sentence-transformers
|
2603 |
- gte
|
2604 |
- mteb
|
2605 |
-
- transformers.js
|
2606 |
- sentence-similarity
|
2607 |
- onnx
|
2608 |
- teradata
|
2609 |
-
|
2610 |
---
|
2611 |
# A Teradata Vantage compatible Embeddings Model
|
2612 |
|
@@ -2758,5 +2754,4 @@ print("Cosine similiarity for embeddings calculated with ONNX:" + str(cos_sim(em
|
|
2758 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
2759 |
```
|
2760 |
|
2761 |
-
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
2762 |
-
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: apache-2.0
|
5 |
model-index:
|
6 |
- name: gte-base-en-v1.5
|
|
|
376 |
- type: mrr_at_3
|
377 |
value: 51.285000000000004
|
378 |
- type: mrr_at_5
|
379 |
+
value: 53
|
380 |
- type: ndcg_at_1
|
381 |
value: 42.571
|
382 |
- type: ndcg_at_10
|
|
|
386 |
- type: ndcg_at_1000
|
387 |
value: 62.426
|
388 |
- type: ndcg_at_3
|
389 |
+
value: 51
|
390 |
- type: ndcg_at_5
|
391 |
value: 54.346000000000004
|
392 |
- type: precision_at_1
|
|
|
2196 |
- type: recall_at_100
|
2197 |
value: 96.5
|
2198 |
- type: recall_at_1000
|
2199 |
+
value: 100
|
2200 |
- type: recall_at_3
|
2201 |
value: 77.86699999999999
|
2202 |
- type: recall_at_5
|
|
|
2330 |
- type: map_at_5
|
2331 |
value: 0.918
|
2332 |
- type: mrr_at_1
|
2333 |
+
value: 84
|
2334 |
- type: mrr_at_10
|
2335 |
value: 91.067
|
2336 |
- type: mrr_at_100
|
|
|
2342 |
- type: mrr_at_5
|
2343 |
value: 91.067
|
2344 |
- type: ndcg_at_1
|
2345 |
+
value: 78
|
2346 |
- type: ndcg_at_10
|
2347 |
value: 73.13499999999999
|
2348 |
- type: ndcg_at_100
|
|
|
2354 |
- type: ndcg_at_5
|
2355 |
value: 72.74199999999999
|
2356 |
- type: precision_at_1
|
2357 |
+
value: 84
|
2358 |
- type: precision_at_10
|
2359 |
value: 78.8
|
2360 |
- type: precision_at_100
|
|
|
2364 |
- type: precision_at_3
|
2365 |
value: 77.333
|
2366 |
- type: precision_at_5
|
2367 |
+
value: 78
|
2368 |
- type: recall_at_1
|
2369 |
value: 0.22300000000000003
|
2370 |
- type: recall_at_10
|
|
|
2598 |
task:
|
2599 |
type: PairClassification
|
2600 |
tags:
|
|
|
2601 |
- gte
|
2602 |
- mteb
|
|
|
2603 |
- sentence-similarity
|
2604 |
- onnx
|
2605 |
- teradata
|
|
|
2606 |
---
|
2607 |
# A Teradata Vantage compatible Embeddings Model
|
2608 |
|
|
|
2754 |
print("Cosine similiarity for embeddings calculated with SentenceTransformer:" + str(cos_sim(embeddings_1_sentence_transformer, embeddings_2_sentence_transformer)))
|
2755 |
```
|
2756 |
|
2757 |
+
You can find the detailed ONNX vs. SentenceTransformer result comparison steps in the file [test_local.py](./test_local.py)
|
|