Commit
•
1d92c8b
1
Parent(s):
0c7951b
Fix SummEval scores (https://github.com/embeddings-benchmark/mteb/pull/99) (#4)
Browse files- Fix SummEval scores (https://github.com/embeddings-benchmark/mteb/pull/990) (0d2d3f066422aebfa1dc0f9780b1e02d5cf37338)
Co-authored-by: Niklas Muennighoff <Muennighoff@users.noreply.huggingface.co>
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.01587644214203
|
2306 |
- type: cos_sim_spearman
|
2307 |
+
value: 30.974306908731014
|
2308 |
- type: dot_pearson
|
2309 |
+
value: 29.83339853838187
|
2310 |
- type: dot_spearman
|
2311 |
+
value: 30.07761671934048
|
2312 |
- task:
|
2313 |
type: Retrieval
|
2314 |
dataset:
|