Commit
·
c31dd12
1
Parent(s):
a421e2c
Fix SummEval scores (https://github.com/embeddings-benchmark/mteb/pull/99) (#2)
Browse files- Fix SummEval scores (https://github.com/embeddings-benchmark/mteb/pull/990) (e18e2eb5aff0261fdfa5d6e9a0192a5ce4348835)
Co-authored-by: Niklas Muennighoff <[email protected]>
README.md
CHANGED
|
@@ -2302,13 +2302,13 @@ model-index:
|
|
| 2302 |
revision: cda12ad7615edc362dbf25a00fdd61d3b1eaf93c
|
| 2303 |
metrics:
|
| 2304 |
- type: cos_sim_pearson
|
| 2305 |
-
value:
|
| 2306 |
- type: cos_sim_spearman
|
| 2307 |
-
value:
|
| 2308 |
- type: dot_pearson
|
| 2309 |
-
value:
|
| 2310 |
- type: dot_spearman
|
| 2311 |
-
value:
|
| 2312 |
- task:
|
| 2313 |
type: Retrieval
|
| 2314 |
dataset:
|
|
|
|
| 2302 |
revision: cda12ad7615edc362dbf25a00fdd61d3b1eaf93c
|
| 2303 |
metrics:
|
| 2304 |
- type: cos_sim_pearson
|
| 2305 |
+
value: 31.44030762047337
|
| 2306 |
- type: cos_sim_spearman
|
| 2307 |
+
value: 31.00910300264562
|
| 2308 |
- type: dot_pearson
|
| 2309 |
+
value: 26.88257194766013
|
| 2310 |
- type: dot_spearman
|
| 2311 |
+
value: 27.646202679013576
|
| 2312 |
- task:
|
| 2313 |
type: Retrieval
|
| 2314 |
dataset:
|