Update README.md
Browse files
README.md
CHANGED
|
@@ -925,7 +925,7 @@ model-index:
|
|
| 925 |
- type: mrr_at_100
|
| 926 |
value: 35.931000000000004
|
| 927 |
- type: mrr_at_1000
|
| 928 |
-
value: 36
|
| 929 |
- type: mrr_at_3
|
| 930 |
value: 32.603
|
| 931 |
- type: mrr_at_5
|
|
@@ -2197,7 +2197,7 @@ model-index:
|
|
| 2197 |
- type: recall_at_100
|
| 2198 |
value: 92.767
|
| 2199 |
- type: recall_at_1000
|
| 2200 |
-
value: 99
|
| 2201 |
- type: recall_at_3
|
| 2202 |
value: 69.672
|
| 2203 |
- type: recall_at_5
|
|
@@ -2331,7 +2331,7 @@ model-index:
|
|
| 2331 |
- type: map_at_5
|
| 2332 |
value: 1.0699999999999998
|
| 2333 |
- type: mrr_at_1
|
| 2334 |
-
value: 84
|
| 2335 |
- type: mrr_at_10
|
| 2336 |
value: 89.567
|
| 2337 |
- type: mrr_at_100
|
|
@@ -2343,7 +2343,7 @@ model-index:
|
|
| 2343 |
- type: mrr_at_5
|
| 2344 |
value: 89.567
|
| 2345 |
- type: ndcg_at_1
|
| 2346 |
-
value: 80
|
| 2347 |
- type: ndcg_at_10
|
| 2348 |
value: 74.533
|
| 2349 |
- type: ndcg_at_100
|
|
@@ -2355,7 +2355,7 @@ model-index:
|
|
| 2355 |
- type: ndcg_at_5
|
| 2356 |
value: 78.245
|
| 2357 |
- type: precision_at_1
|
| 2358 |
-
value: 84
|
| 2359 |
- type: precision_at_10
|
| 2360 |
value: 78.4
|
| 2361 |
- type: precision_at_100
|
|
@@ -2596,6 +2596,8 @@ model-index:
|
|
| 2596 |
value: 85.98986606038852
|
| 2597 |
- type: max_f1
|
| 2598 |
value: 78.5277880014722
|
|
|
|
|
|
|
| 2599 |
---
|
| 2600 |
|
| 2601 |
# E5-small-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 |
-
|
|
|
|
| 925 |
- type: mrr_at_100
|
| 926 |
value: 35.931000000000004
|
| 927 |
- type: mrr_at_1000
|
| 928 |
+
value: 36
|
| 929 |
- type: mrr_at_3
|
| 930 |
value: 32.603
|
| 931 |
- type: mrr_at_5
|
|
|
|
| 2197 |
- type: recall_at_100
|
| 2198 |
value: 92.767
|
| 2199 |
- type: recall_at_1000
|
| 2200 |
+
value: 99
|
| 2201 |
- type: recall_at_3
|
| 2202 |
value: 69.672
|
| 2203 |
- type: recall_at_5
|
|
|
|
| 2331 |
- type: map_at_5
|
| 2332 |
value: 1.0699999999999998
|
| 2333 |
- type: mrr_at_1
|
| 2334 |
+
value: 84
|
| 2335 |
- type: mrr_at_10
|
| 2336 |
value: 89.567
|
| 2337 |
- type: mrr_at_100
|
|
|
|
| 2343 |
- type: mrr_at_5
|
| 2344 |
value: 89.567
|
| 2345 |
- type: ndcg_at_1
|
| 2346 |
+
value: 80
|
| 2347 |
- type: ndcg_at_10
|
| 2348 |
value: 74.533
|
| 2349 |
- type: ndcg_at_100
|
|
|
|
| 2355 |
- type: ndcg_at_5
|
| 2356 |
value: 78.245
|
| 2357 |
- type: precision_at_1
|
| 2358 |
+
value: 84
|
| 2359 |
- type: precision_at_10
|
| 2360 |
value: 78.4
|
| 2361 |
- type: precision_at_100
|
|
|
|
| 2596 |
value: 85.98986606038852
|
| 2597 |
- type: max_f1
|
| 2598 |
value: 78.5277880014722
|
| 2599 |
+
language:
|
| 2600 |
+
- en
|
| 2601 |
---
|
| 2602 |
|
| 2603 |
# E5-small-v2
|
|
|
|
| 2670 |
|
| 2671 |
## Limitations
|
| 2672 |
|
| 2673 |
+
This model only works for English texts. Long texts will be truncated to at most 512 tokens.
|
|
|