add tags
Browse files
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- mteb
|
|
|
|
|
4 |
model-index:
|
5 |
-
- name: gte-large
|
6 |
results:
|
7 |
- task:
|
8 |
type: Classification
|
@@ -2189,7 +2191,7 @@ model-index:
|
|
2189 |
- type: precision_at_3
|
2190 |
value: 27.444000000000003
|
2191 |
- type: precision_at_5
|
2192 |
-
value: 18
|
2193 |
- type: recall_at_1
|
2194 |
value: 59.511
|
2195 |
- type: recall_at_10
|
@@ -2197,7 +2199,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: 75.2
|
2203 |
- type: recall_at_5
|
@@ -2331,7 +2333,7 @@ model-index:
|
|
2331 |
- type: map_at_5
|
2332 |
value: 0.938
|
2333 |
- type: mrr_at_1
|
2334 |
-
value: 74
|
2335 |
- type: mrr_at_10
|
2336 |
value: 85.833
|
2337 |
- type: mrr_at_100
|
@@ -2343,7 +2345,7 @@ model-index:
|
|
2343 |
- type: mrr_at_5
|
2344 |
value: 85.833
|
2345 |
- type: ndcg_at_1
|
2346 |
-
value: 69
|
2347 |
- type: ndcg_at_10
|
2348 |
value: 70.22
|
2349 |
- type: ndcg_at_100
|
@@ -2355,7 +2357,7 @@ model-index:
|
|
2355 |
- type: ndcg_at_5
|
2356 |
value: 71.184
|
2357 |
- type: precision_at_1
|
2358 |
-
value: 74
|
2359 |
- type: precision_at_10
|
2360 |
value: 75.2
|
2361 |
- type: precision_at_100
|
@@ -2599,6 +2601,9 @@ model-index:
|
|
2599 |
language:
|
2600 |
- en
|
2601 |
license: mit
|
|
|
|
|
|
|
2602 |
---
|
2603 |
|
2604 |
# gte-large
|
@@ -2669,4 +2674,4 @@ print(scores.tolist())
|
|
2669 |
|
2670 |
### Limitation
|
2671 |
|
2672 |
-
This model exclusively caters to English texts, and any lengthy texts will be truncated to a maximum of 512 tokens.
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- mteb
|
4 |
+
- sentence-similarity
|
5 |
+
- sentence-transformers
|
6 |
model-index:
|
7 |
+
- name: gte-large
|
8 |
results:
|
9 |
- task:
|
10 |
type: Classification
|
|
|
2191 |
- type: precision_at_3
|
2192 |
value: 27.444000000000003
|
2193 |
- type: precision_at_5
|
2194 |
+
value: 18
|
2195 |
- type: recall_at_1
|
2196 |
value: 59.511
|
2197 |
- type: recall_at_10
|
|
|
2199 |
- type: recall_at_100
|
2200 |
value: 96.5
|
2201 |
- type: recall_at_1000
|
2202 |
+
value: 100
|
2203 |
- type: recall_at_3
|
2204 |
value: 75.2
|
2205 |
- type: recall_at_5
|
|
|
2333 |
- type: map_at_5
|
2334 |
value: 0.938
|
2335 |
- type: mrr_at_1
|
2336 |
+
value: 74
|
2337 |
- type: mrr_at_10
|
2338 |
value: 85.833
|
2339 |
- type: mrr_at_100
|
|
|
2345 |
- type: mrr_at_5
|
2346 |
value: 85.833
|
2347 |
- type: ndcg_at_1
|
2348 |
+
value: 69
|
2349 |
- type: ndcg_at_10
|
2350 |
value: 70.22
|
2351 |
- type: ndcg_at_100
|
|
|
2357 |
- type: ndcg_at_5
|
2358 |
value: 71.184
|
2359 |
- type: precision_at_1
|
2360 |
+
value: 74
|
2361 |
- type: precision_at_10
|
2362 |
value: 75.2
|
2363 |
- type: precision_at_100
|
|
|
2601 |
language:
|
2602 |
- en
|
2603 |
license: mit
|
2604 |
+
datasets:
|
2605 |
+
- BeIR/beir
|
2606 |
+
- mteb/results
|
2607 |
---
|
2608 |
|
2609 |
# gte-large
|
|
|
2674 |
|
2675 |
### Limitation
|
2676 |
|
2677 |
+
This model exclusively caters to English texts, and any lengthy texts will be truncated to a maximum of 512 tokens.
|