Update README.md
Browse files
README.md
CHANGED
@@ -1229,7 +1229,7 @@ model-index:
|
|
1229 |
- type: precision_at_3
|
1230 |
value: 49.75
|
1231 |
- type: precision_at_5
|
1232 |
-
value: 42
|
1233 |
- type: recall_at_1
|
1234 |
value: 9.35
|
1235 |
- type: recall_at_10
|
@@ -2197,7 +2197,7 @@ model-index:
|
|
2197 |
- type: recall_at_100
|
2198 |
value: 96.267
|
2199 |
- type: recall_at_1000
|
2200 |
-
value: 99
|
2201 |
- type: recall_at_3
|
2202 |
value: 74.656
|
2203 |
- type: recall_at_5
|
@@ -2331,7 +2331,7 @@ model-index:
|
|
2331 |
- type: map_at_5
|
2332 |
value: 0.968
|
2333 |
- type: mrr_at_1
|
2334 |
-
value: 84
|
2335 |
- type: mrr_at_10
|
2336 |
value: 91.333
|
2337 |
- type: mrr_at_100
|
@@ -2343,7 +2343,7 @@ model-index:
|
|
2343 |
- type: mrr_at_5
|
2344 |
value: 91.333
|
2345 |
- type: ndcg_at_1
|
2346 |
-
value: 75
|
2347 |
- type: ndcg_at_10
|
2348 |
value: 69.596
|
2349 |
- type: ndcg_at_100
|
@@ -2355,9 +2355,9 @@ model-index:
|
|
2355 |
- type: ndcg_at_5
|
2356 |
value: 73.175
|
2357 |
- type: precision_at_1
|
2358 |
-
value: 84
|
2359 |
- type: precision_at_10
|
2360 |
-
value: 74
|
2361 |
- type: precision_at_100
|
2362 |
value: 53.2
|
2363 |
- type: precision_at_1000
|
@@ -2596,6 +2596,8 @@ model-index:
|
|
2596 |
value: 86.63028865482376
|
2597 |
- type: max_f1
|
2598 |
value: 79.18166458532285
|
|
|
|
|
2599 |
---
|
2600 |
|
2601 |
# E5-base-v2
|
@@ -2668,5 +2670,4 @@ If you find our paper or models helpful, please consider cite as follows:
|
|
2668 |
|
2669 |
## Limitations
|
2670 |
|
2671 |
-
This model only works for English texts. Long texts will be truncated to at most 512 tokens.
|
2672 |
-
|
|
|
1229 |
- type: precision_at_3
|
1230 |
value: 49.75
|
1231 |
- type: precision_at_5
|
1232 |
+
value: 42
|
1233 |
- type: recall_at_1
|
1234 |
value: 9.35
|
1235 |
- type: recall_at_10
|
|
|
2197 |
- type: recall_at_100
|
2198 |
value: 96.267
|
2199 |
- type: recall_at_1000
|
2200 |
+
value: 99
|
2201 |
- type: recall_at_3
|
2202 |
value: 74.656
|
2203 |
- type: recall_at_5
|
|
|
2331 |
- type: map_at_5
|
2332 |
value: 0.968
|
2333 |
- type: mrr_at_1
|
2334 |
+
value: 84
|
2335 |
- type: mrr_at_10
|
2336 |
value: 91.333
|
2337 |
- type: mrr_at_100
|
|
|
2343 |
- type: mrr_at_5
|
2344 |
value: 91.333
|
2345 |
- type: ndcg_at_1
|
2346 |
+
value: 75
|
2347 |
- type: ndcg_at_10
|
2348 |
value: 69.596
|
2349 |
- type: ndcg_at_100
|
|
|
2355 |
- type: ndcg_at_5
|
2356 |
value: 73.175
|
2357 |
- type: precision_at_1
|
2358 |
+
value: 84
|
2359 |
- type: precision_at_10
|
2360 |
+
value: 74
|
2361 |
- type: precision_at_100
|
2362 |
value: 53.2
|
2363 |
- type: precision_at_1000
|
|
|
2596 |
value: 86.63028865482376
|
2597 |
- type: max_f1
|
2598 |
value: 79.18166458532285
|
2599 |
+
language:
|
2600 |
+
- en
|
2601 |
---
|
2602 |
|
2603 |
# E5-base-v2
|
|
|
2670 |
|
2671 |
## Limitations
|
2672 |
|
2673 |
+
This model only works for English texts. Long texts will be truncated to at most 512 tokens.
|
|