Commit
·
ac8b83b
1
Parent(s):
e77f0a8
Sparse Encoder Update
Browse files- 3_SparseAutoEncoder/config.json +8 -0
- 3_SparseAutoEncoder/model.safetensors +3 -0
- README.md +101 -2169
- config_sentence_transformers.json +3 -15
- modules.json +2 -2
3_SparseAutoEncoder/config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_dim": 4096,
|
| 3 |
+
"hidden_dim": 16384,
|
| 4 |
+
"k": 32,
|
| 5 |
+
"k_aux": 1024,
|
| 6 |
+
"normalize": false,
|
| 7 |
+
"dead_threshold": 30
|
| 8 |
+
}
|
3_SparseAutoEncoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e871f8d450bd79b665ed44b3b6c3a46d111712e2226a9a8b88098c3de0c8a44
|
| 3 |
+
size 268648800
|
README.md
CHANGED
|
@@ -1,2188 +1,120 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- mteb
|
| 4 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: NV-Embed-v2
|
| 7 |
results:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
- type: accuracy_stderr
|
| 64 |
-
value: 1.815555011559825
|
| 65 |
-
- type: f1
|
| 66 |
-
value: 62.49361841640459
|
| 67 |
-
- type: f1_stderr
|
| 68 |
-
value: 2.829339314126457
|
| 69 |
-
- type: main_score
|
| 70 |
-
value: 63.96000000000001
|
| 71 |
-
task:
|
| 72 |
-
type: Classification
|
| 73 |
-
- dataset:
|
| 74 |
-
config: default
|
| 75 |
-
name: MTEB ArguAna
|
| 76 |
-
revision: c22ab2a51041ffd869aaddef7af8d8215647e41a
|
| 77 |
-
split: test
|
| 78 |
-
type: mteb/arguana
|
| 79 |
-
metrics:
|
| 80 |
-
- type: map_at_1
|
| 81 |
-
value: 46.515
|
| 82 |
-
- type: map_at_10
|
| 83 |
-
value: 62.392
|
| 84 |
-
- type: map_at_100
|
| 85 |
-
value: 62.732
|
| 86 |
-
- type: map_at_1000
|
| 87 |
-
value: 62.733000000000004
|
| 88 |
-
- type: map_at_3
|
| 89 |
-
value: 58.701
|
| 90 |
-
- type: map_at_5
|
| 91 |
-
value: 61.027
|
| 92 |
-
- type: mrr_at_1
|
| 93 |
-
value: 0.0
|
| 94 |
-
- type: mrr_at_10
|
| 95 |
-
value: 0.0
|
| 96 |
-
- type: mrr_at_100
|
| 97 |
-
value: 0.0
|
| 98 |
-
- type: mrr_at_1000
|
| 99 |
-
value: 0.0
|
| 100 |
-
- type: mrr_at_3
|
| 101 |
-
value: 0.0
|
| 102 |
-
- type: mrr_at_5
|
| 103 |
-
value: 0.0
|
| 104 |
-
- type: ndcg_at_1
|
| 105 |
-
value: 46.515
|
| 106 |
-
- type: ndcg_at_10
|
| 107 |
-
value: 70.074
|
| 108 |
-
- type: ndcg_at_100
|
| 109 |
-
value: 71.395
|
| 110 |
-
- type: ndcg_at_1000
|
| 111 |
-
value: 71.405
|
| 112 |
-
- type: ndcg_at_3
|
| 113 |
-
value: 62.643
|
| 114 |
-
- type: ndcg_at_5
|
| 115 |
-
value: 66.803
|
| 116 |
-
- type: precision_at_1
|
| 117 |
-
value: 46.515
|
| 118 |
-
- type: precision_at_10
|
| 119 |
-
value: 9.41
|
| 120 |
-
- type: precision_at_100
|
| 121 |
-
value: 0.996
|
| 122 |
-
- type: precision_at_1000
|
| 123 |
-
value: 0.1
|
| 124 |
-
- type: precision_at_3
|
| 125 |
-
value: 24.68
|
| 126 |
-
- type: precision_at_5
|
| 127 |
-
value: 16.814
|
| 128 |
-
- type: recall_at_1
|
| 129 |
-
value: 46.515
|
| 130 |
-
- type: recall_at_10
|
| 131 |
-
value: 94.097
|
| 132 |
-
- type: recall_at_100
|
| 133 |
-
value: 99.57300000000001
|
| 134 |
-
- type: recall_at_1000
|
| 135 |
-
value: 99.644
|
| 136 |
-
- type: recall_at_3
|
| 137 |
-
value: 74.03999999999999
|
| 138 |
-
- type: recall_at_5
|
| 139 |
-
value: 84.068
|
| 140 |
-
- type: main_score
|
| 141 |
-
value: 70.074
|
| 142 |
-
task:
|
| 143 |
-
type: Retrieval
|
| 144 |
-
- dataset:
|
| 145 |
-
config: default
|
| 146 |
-
name: MTEB ArxivClusteringP2P
|
| 147 |
-
revision: a122ad7f3f0291bf49cc6f4d32aa80929df69d5d
|
| 148 |
-
split: test
|
| 149 |
-
type: mteb/arxiv-clustering-p2p
|
| 150 |
-
metrics:
|
| 151 |
-
- type: main_score
|
| 152 |
-
value: 55.79933795955242
|
| 153 |
-
- type: v_measure
|
| 154 |
-
value: 55.79933795955242
|
| 155 |
-
- type: v_measure_std
|
| 156 |
-
value: 14.575108141916148
|
| 157 |
-
task:
|
| 158 |
-
type: Clustering
|
| 159 |
-
- dataset:
|
| 160 |
-
config: default
|
| 161 |
-
name: MTEB ArxivClusteringS2S
|
| 162 |
-
revision: f910caf1a6075f7329cdf8c1a6135696f37dbd53
|
| 163 |
-
split: test
|
| 164 |
-
type: mteb/arxiv-clustering-s2s
|
| 165 |
-
metrics:
|
| 166 |
-
- type: main_score
|
| 167 |
-
value: 51.262845995850334
|
| 168 |
-
- type: v_measure
|
| 169 |
-
value: 51.262845995850334
|
| 170 |
-
- type: v_measure_std
|
| 171 |
-
value: 14.727824473104173
|
| 172 |
-
task:
|
| 173 |
-
type: Clustering
|
| 174 |
-
- dataset:
|
| 175 |
-
config: default
|
| 176 |
-
name: MTEB AskUbuntuDupQuestions
|
| 177 |
-
revision: 2000358ca161889fa9c082cb41daa8dcfb161a54
|
| 178 |
-
split: test
|
| 179 |
-
type: mteb/askubuntudupquestions-reranking
|
| 180 |
-
metrics:
|
| 181 |
-
- type: map
|
| 182 |
-
value: 67.46477327480808
|
| 183 |
-
- type: mrr
|
| 184 |
-
value: 79.50160488941653
|
| 185 |
-
- type: main_score
|
| 186 |
-
value: 67.46477327480808
|
| 187 |
-
task:
|
| 188 |
-
type: Reranking
|
| 189 |
-
- dataset:
|
| 190 |
-
config: default
|
| 191 |
-
name: MTEB BIOSSES
|
| 192 |
-
revision: d3fb88f8f02e40887cd149695127462bbcf29b4a
|
| 193 |
-
split: test
|
| 194 |
-
type: mteb/biosses-sts
|
| 195 |
-
metrics:
|
| 196 |
-
- type: cosine_pearson
|
| 197 |
-
value: 89.74311007980987
|
| 198 |
-
- type: cosine_spearman
|
| 199 |
-
value: 87.41644967443246
|
| 200 |
-
- type: manhattan_pearson
|
| 201 |
-
value: 88.57457108347744
|
| 202 |
-
- type: manhattan_spearman
|
| 203 |
-
value: 87.59295972042997
|
| 204 |
-
- type: euclidean_pearson
|
| 205 |
-
value: 88.27108977118459
|
| 206 |
-
- type: euclidean_spearman
|
| 207 |
-
value: 87.41644967443246
|
| 208 |
-
- type: main_score
|
| 209 |
-
value: 87.41644967443246
|
| 210 |
-
task:
|
| 211 |
-
type: STS
|
| 212 |
-
- dataset:
|
| 213 |
-
config: default
|
| 214 |
-
name: MTEB Banking77Classification
|
| 215 |
-
revision: 0fd18e25b25c072e09e0d92ab615fda904d66300
|
| 216 |
-
split: test
|
| 217 |
-
type: mteb/banking77
|
| 218 |
-
metrics:
|
| 219 |
-
- type: accuracy
|
| 220 |
-
value: 92.41558441558443
|
| 221 |
-
- type: accuracy_stderr
|
| 222 |
-
value: 0.37701502251934443
|
| 223 |
-
- type: f1
|
| 224 |
-
value: 92.38130170447671
|
| 225 |
-
- type: f1_stderr
|
| 226 |
-
value: 0.39115151225617767
|
| 227 |
-
- type: main_score
|
| 228 |
-
value: 92.41558441558443
|
| 229 |
-
task:
|
| 230 |
-
type: Classification
|
| 231 |
-
- dataset:
|
| 232 |
-
config: default
|
| 233 |
-
name: MTEB BiorxivClusteringP2P
|
| 234 |
-
revision: 65b79d1d13f80053f67aca9498d9402c2d9f1f40
|
| 235 |
-
split: test
|
| 236 |
-
type: mteb/biorxiv-clustering-p2p
|
| 237 |
-
metrics:
|
| 238 |
-
- type: main_score
|
| 239 |
-
value: 54.08649516394218
|
| 240 |
-
- type: v_measure
|
| 241 |
-
value: 54.08649516394218
|
| 242 |
-
- type: v_measure_std
|
| 243 |
-
value: 0.5303233693045373
|
| 244 |
-
task:
|
| 245 |
-
type: Clustering
|
| 246 |
-
- dataset:
|
| 247 |
-
config: default
|
| 248 |
-
name: MTEB BiorxivClusteringS2S
|
| 249 |
-
revision: 258694dd0231531bc1fd9de6ceb52a0853c6d908
|
| 250 |
-
split: test
|
| 251 |
-
type: mteb/biorxiv-clustering-s2s
|
| 252 |
-
metrics:
|
| 253 |
-
- type: main_score
|
| 254 |
-
value: 49.60352214167779
|
| 255 |
-
- type: v_measure
|
| 256 |
-
value: 49.60352214167779
|
| 257 |
-
- type: v_measure_std
|
| 258 |
-
value: 0.7176198612516721
|
| 259 |
-
task:
|
| 260 |
-
type: Clustering
|
| 261 |
-
- dataset:
|
| 262 |
-
config: default
|
| 263 |
-
name: MTEB CQADupstackRetrieval
|
| 264 |
-
revision: 46989137a86843e03a6195de44b09deda022eec7
|
| 265 |
-
split: test
|
| 266 |
-
type: CQADupstackRetrieval_is_a_combined_dataset
|
| 267 |
-
metrics:
|
| 268 |
-
- type: map_at_1
|
| 269 |
-
value: 31.913249999999998
|
| 270 |
-
- type: map_at_10
|
| 271 |
-
value: 43.87733333333334
|
| 272 |
-
- type: map_at_100
|
| 273 |
-
value: 45.249916666666664
|
| 274 |
-
- type: map_at_1000
|
| 275 |
-
value: 45.350583333333326
|
| 276 |
-
- type: map_at_3
|
| 277 |
-
value: 40.316833333333335
|
| 278 |
-
- type: map_at_5
|
| 279 |
-
value: 42.317083333333336
|
| 280 |
-
- type: mrr_at_1
|
| 281 |
-
value: 0.0
|
| 282 |
-
- type: mrr_at_10
|
| 283 |
-
value: 0.0
|
| 284 |
-
- type: mrr_at_100
|
| 285 |
-
value: 0.0
|
| 286 |
-
- type: mrr_at_1000
|
| 287 |
-
value: 0.0
|
| 288 |
-
- type: mrr_at_3
|
| 289 |
-
value: 0.0
|
| 290 |
-
- type: mrr_at_5
|
| 291 |
-
value: 0.0
|
| 292 |
-
- type: ndcg_at_1
|
| 293 |
-
value: 38.30616666666667
|
| 294 |
-
- type: ndcg_at_10
|
| 295 |
-
value: 50.24175000000001
|
| 296 |
-
- type: ndcg_at_100
|
| 297 |
-
value: 55.345333333333336
|
| 298 |
-
- type: ndcg_at_1000
|
| 299 |
-
value: 56.91225000000001
|
| 300 |
-
- type: ndcg_at_3
|
| 301 |
-
value: 44.67558333333333
|
| 302 |
-
- type: ndcg_at_5
|
| 303 |
-
value: 47.32333333333334
|
| 304 |
-
- type: precision_at_1
|
| 305 |
-
value: 38.30616666666667
|
| 306 |
-
- type: precision_at_10
|
| 307 |
-
value: 9.007416666666666
|
| 308 |
-
- type: precision_at_100
|
| 309 |
-
value: 1.3633333333333333
|
| 310 |
-
- type: precision_at_1000
|
| 311 |
-
value: 0.16691666666666666
|
| 312 |
-
- type: precision_at_3
|
| 313 |
-
value: 20.895666666666667
|
| 314 |
-
- type: precision_at_5
|
| 315 |
-
value: 14.871666666666666
|
| 316 |
-
- type: recall_at_1
|
| 317 |
-
value: 31.913249999999998
|
| 318 |
-
- type: recall_at_10
|
| 319 |
-
value: 64.11891666666666
|
| 320 |
-
- type: recall_at_100
|
| 321 |
-
value: 85.91133333333333
|
| 322 |
-
- type: recall_at_1000
|
| 323 |
-
value: 96.28225
|
| 324 |
-
- type: recall_at_3
|
| 325 |
-
value: 48.54749999999999
|
| 326 |
-
- type: recall_at_5
|
| 327 |
-
value: 55.44283333333334
|
| 328 |
-
- type: main_score
|
| 329 |
-
value: 50.24175000000001
|
| 330 |
-
task:
|
| 331 |
-
type: Retrieval
|
| 332 |
-
- dataset:
|
| 333 |
-
config: default
|
| 334 |
-
name: MTEB ClimateFEVER
|
| 335 |
-
revision: 47f2ac6acb640fc46020b02a5b59fdda04d39380
|
| 336 |
-
split: test
|
| 337 |
-
type: mteb/climate-fever
|
| 338 |
-
metrics:
|
| 339 |
-
- type: map_at_1
|
| 340 |
-
value: 19.556
|
| 341 |
-
- type: map_at_10
|
| 342 |
-
value: 34.623
|
| 343 |
-
- type: map_at_100
|
| 344 |
-
value: 36.97
|
| 345 |
-
- type: map_at_1000
|
| 346 |
-
value: 37.123
|
| 347 |
-
- type: map_at_3
|
| 348 |
-
value: 28.904999999999998
|
| 349 |
-
- type: map_at_5
|
| 350 |
-
value: 31.955
|
| 351 |
-
- type: mrr_at_1
|
| 352 |
-
value: 0.0
|
| 353 |
-
- type: mrr_at_10
|
| 354 |
-
value: 0.0
|
| 355 |
-
- type: mrr_at_100
|
| 356 |
-
value: 0.0
|
| 357 |
-
- type: mrr_at_1000
|
| 358 |
-
value: 0.0
|
| 359 |
-
- type: mrr_at_3
|
| 360 |
-
value: 0.0
|
| 361 |
-
- type: mrr_at_5
|
| 362 |
-
value: 0.0
|
| 363 |
-
- type: ndcg_at_1
|
| 364 |
-
value: 44.104
|
| 365 |
-
- type: ndcg_at_10
|
| 366 |
-
value: 45.388
|
| 367 |
-
- type: ndcg_at_100
|
| 368 |
-
value: 52.793
|
| 369 |
-
- type: ndcg_at_1000
|
| 370 |
-
value: 55.108999999999995
|
| 371 |
-
- type: ndcg_at_3
|
| 372 |
-
value: 38.604
|
| 373 |
-
- type: ndcg_at_5
|
| 374 |
-
value: 40.806
|
| 375 |
-
- type: precision_at_1
|
| 376 |
-
value: 44.104
|
| 377 |
-
- type: precision_at_10
|
| 378 |
-
value: 14.143
|
| 379 |
-
- type: precision_at_100
|
| 380 |
-
value: 2.2190000000000003
|
| 381 |
-
- type: precision_at_1000
|
| 382 |
-
value: 0.266
|
| 383 |
-
- type: precision_at_3
|
| 384 |
-
value: 29.316
|
| 385 |
-
- type: precision_at_5
|
| 386 |
-
value: 21.98
|
| 387 |
-
- type: recall_at_1
|
| 388 |
-
value: 19.556
|
| 389 |
-
- type: recall_at_10
|
| 390 |
-
value: 52.120999999999995
|
| 391 |
-
- type: recall_at_100
|
| 392 |
-
value: 76.509
|
| 393 |
-
- type: recall_at_1000
|
| 394 |
-
value: 89.029
|
| 395 |
-
- type: recall_at_3
|
| 396 |
-
value: 34.919
|
| 397 |
-
- type: recall_at_5
|
| 398 |
-
value: 42.18
|
| 399 |
-
- type: main_score
|
| 400 |
-
value: 45.388
|
| 401 |
-
task:
|
| 402 |
-
type: Retrieval
|
| 403 |
-
- dataset:
|
| 404 |
-
config: default
|
| 405 |
-
name: MTEB DBPedia
|
| 406 |
-
revision: c0f706b76e590d620bd6618b3ca8efdd34e2d659
|
| 407 |
-
split: test
|
| 408 |
-
type: mteb/dbpedia
|
| 409 |
-
metrics:
|
| 410 |
-
- type: map_at_1
|
| 411 |
-
value: 10.714
|
| 412 |
-
- type: map_at_10
|
| 413 |
-
value: 25.814999999999998
|
| 414 |
-
- type: map_at_100
|
| 415 |
-
value: 37.845
|
| 416 |
-
- type: map_at_1000
|
| 417 |
-
value: 39.974
|
| 418 |
-
- type: map_at_3
|
| 419 |
-
value: 17.201
|
| 420 |
-
- type: map_at_5
|
| 421 |
-
value: 21.062
|
| 422 |
-
- type: mrr_at_1
|
| 423 |
-
value: 0.0
|
| 424 |
-
- type: mrr_at_10
|
| 425 |
-
value: 0.0
|
| 426 |
-
- type: mrr_at_100
|
| 427 |
-
value: 0.0
|
| 428 |
-
- type: mrr_at_1000
|
| 429 |
-
value: 0.0
|
| 430 |
-
- type: mrr_at_3
|
| 431 |
-
value: 0.0
|
| 432 |
-
- type: mrr_at_5
|
| 433 |
-
value: 0.0
|
| 434 |
-
- type: ndcg_at_1
|
| 435 |
-
value: 66.0
|
| 436 |
-
- type: ndcg_at_10
|
| 437 |
-
value: 53.496
|
| 438 |
-
- type: ndcg_at_100
|
| 439 |
-
value: 58.053
|
| 440 |
-
- type: ndcg_at_1000
|
| 441 |
-
value: 64.886
|
| 442 |
-
- type: ndcg_at_3
|
| 443 |
-
value: 57.656
|
| 444 |
-
- type: ndcg_at_5
|
| 445 |
-
value: 55.900000000000006
|
| 446 |
-
- type: precision_at_1
|
| 447 |
-
value: 77.25
|
| 448 |
-
- type: precision_at_10
|
| 449 |
-
value: 43.65
|
| 450 |
-
- type: precision_at_100
|
| 451 |
-
value: 13.76
|
| 452 |
-
- type: precision_at_1000
|
| 453 |
-
value: 2.5940000000000003
|
| 454 |
-
- type: precision_at_3
|
| 455 |
-
value: 61.0
|
| 456 |
-
- type: precision_at_5
|
| 457 |
-
value: 54.65
|
| 458 |
-
- type: recall_at_1
|
| 459 |
-
value: 10.714
|
| 460 |
-
- type: recall_at_10
|
| 461 |
-
value: 31.173000000000002
|
| 462 |
-
- type: recall_at_100
|
| 463 |
-
value: 63.404
|
| 464 |
-
- type: recall_at_1000
|
| 465 |
-
value: 85.874
|
| 466 |
-
- type: recall_at_3
|
| 467 |
-
value: 18.249000000000002
|
| 468 |
-
- type: recall_at_5
|
| 469 |
-
value: 23.69
|
| 470 |
-
- type: main_score
|
| 471 |
-
value: 53.496
|
| 472 |
-
task:
|
| 473 |
-
type: Retrieval
|
| 474 |
-
- dataset:
|
| 475 |
-
config: default
|
| 476 |
-
name: MTEB EmotionClassification
|
| 477 |
-
revision: 4f58c6b202a23cf9a4da393831edf4f9183cad37
|
| 478 |
-
split: test
|
| 479 |
-
type: mteb/emotion
|
| 480 |
-
metrics:
|
| 481 |
-
- type: accuracy
|
| 482 |
-
value: 93.38499999999999
|
| 483 |
-
- type: accuracy_stderr
|
| 484 |
-
value: 0.13793114224133846
|
| 485 |
-
- type: f1
|
| 486 |
-
value: 90.12141028353496
|
| 487 |
-
- type: f1_stderr
|
| 488 |
-
value: 0.174640257706043
|
| 489 |
-
- type: main_score
|
| 490 |
-
value: 93.38499999999999
|
| 491 |
-
task:
|
| 492 |
-
type: Classification
|
| 493 |
-
- dataset:
|
| 494 |
-
config: default
|
| 495 |
-
name: MTEB FEVER
|
| 496 |
-
revision: bea83ef9e8fb933d90a2f1d5515737465d613e12
|
| 497 |
-
split: test
|
| 498 |
-
type: mteb/fever
|
| 499 |
-
metrics:
|
| 500 |
-
- type: map_at_1
|
| 501 |
-
value: 84.66900000000001
|
| 502 |
-
- type: map_at_10
|
| 503 |
-
value: 91.52799999999999
|
| 504 |
-
- type: map_at_100
|
| 505 |
-
value: 91.721
|
| 506 |
-
- type: map_at_1000
|
| 507 |
-
value: 91.73
|
| 508 |
-
- type: map_at_3
|
| 509 |
-
value: 90.752
|
| 510 |
-
- type: map_at_5
|
| 511 |
-
value: 91.262
|
| 512 |
-
- type: mrr_at_1
|
| 513 |
-
value: 0.0
|
| 514 |
-
- type: mrr_at_10
|
| 515 |
-
value: 0.0
|
| 516 |
-
- type: mrr_at_100
|
| 517 |
-
value: 0.0
|
| 518 |
-
- type: mrr_at_1000
|
| 519 |
-
value: 0.0
|
| 520 |
-
- type: mrr_at_3
|
| 521 |
-
value: 0.0
|
| 522 |
-
- type: mrr_at_5
|
| 523 |
-
value: 0.0
|
| 524 |
-
- type: ndcg_at_1
|
| 525 |
-
value: 91.20899999999999
|
| 526 |
-
- type: ndcg_at_10
|
| 527 |
-
value: 93.74900000000001
|
| 528 |
-
- type: ndcg_at_100
|
| 529 |
-
value: 94.279
|
| 530 |
-
- type: ndcg_at_1000
|
| 531 |
-
value: 94.408
|
| 532 |
-
- type: ndcg_at_3
|
| 533 |
-
value: 92.923
|
| 534 |
-
- type: ndcg_at_5
|
| 535 |
-
value: 93.376
|
| 536 |
-
- type: precision_at_1
|
| 537 |
-
value: 91.20899999999999
|
| 538 |
-
- type: precision_at_10
|
| 539 |
-
value: 11.059
|
| 540 |
-
- type: precision_at_100
|
| 541 |
-
value: 1.1560000000000001
|
| 542 |
-
- type: precision_at_1000
|
| 543 |
-
value: 0.11800000000000001
|
| 544 |
-
- type: precision_at_3
|
| 545 |
-
value: 35.129
|
| 546 |
-
- type: precision_at_5
|
| 547 |
-
value: 21.617
|
| 548 |
-
- type: recall_at_1
|
| 549 |
-
value: 84.66900000000001
|
| 550 |
-
- type: recall_at_10
|
| 551 |
-
value: 97.03399999999999
|
| 552 |
-
- type: recall_at_100
|
| 553 |
-
value: 98.931
|
| 554 |
-
- type: recall_at_1000
|
| 555 |
-
value: 99.65899999999999
|
| 556 |
-
- type: recall_at_3
|
| 557 |
-
value: 94.76299999999999
|
| 558 |
-
- type: recall_at_5
|
| 559 |
-
value: 95.968
|
| 560 |
-
- type: main_score
|
| 561 |
-
value: 93.74900000000001
|
| 562 |
-
task:
|
| 563 |
-
type: Retrieval
|
| 564 |
-
- dataset:
|
| 565 |
-
config: default
|
| 566 |
-
name: MTEB FiQA2018
|
| 567 |
-
revision: 27a168819829fe9bcd655c2df245fb19452e8e06
|
| 568 |
-
split: test
|
| 569 |
-
type: mteb/fiqa
|
| 570 |
-
metrics:
|
| 571 |
-
- type: map_at_1
|
| 572 |
-
value: 34.866
|
| 573 |
-
- type: map_at_10
|
| 574 |
-
value: 58.06099999999999
|
| 575 |
-
- type: map_at_100
|
| 576 |
-
value: 60.028999999999996
|
| 577 |
-
- type: map_at_1000
|
| 578 |
-
value: 60.119
|
| 579 |
-
- type: map_at_3
|
| 580 |
-
value: 51.304
|
| 581 |
-
- type: map_at_5
|
| 582 |
-
value: 55.054
|
| 583 |
-
- type: mrr_at_1
|
| 584 |
-
value: 0.0
|
| 585 |
-
- type: mrr_at_10
|
| 586 |
-
value: 0.0
|
| 587 |
-
- type: mrr_at_100
|
| 588 |
-
value: 0.0
|
| 589 |
-
- type: mrr_at_1000
|
| 590 |
-
value: 0.0
|
| 591 |
-
- type: mrr_at_3
|
| 592 |
-
value: 0.0
|
| 593 |
-
- type: mrr_at_5
|
| 594 |
-
value: 0.0
|
| 595 |
-
- type: ndcg_at_1
|
| 596 |
-
value: 64.815
|
| 597 |
-
- type: ndcg_at_10
|
| 598 |
-
value: 65.729
|
| 599 |
-
- type: ndcg_at_100
|
| 600 |
-
value: 71.14
|
| 601 |
-
- type: ndcg_at_1000
|
| 602 |
-
value: 72.336
|
| 603 |
-
- type: ndcg_at_3
|
| 604 |
-
value: 61.973
|
| 605 |
-
- type: ndcg_at_5
|
| 606 |
-
value: 62.858000000000004
|
| 607 |
-
- type: precision_at_1
|
| 608 |
-
value: 64.815
|
| 609 |
-
- type: precision_at_10
|
| 610 |
-
value: 17.87
|
| 611 |
-
- type: precision_at_100
|
| 612 |
-
value: 2.373
|
| 613 |
-
- type: precision_at_1000
|
| 614 |
-
value: 0.258
|
| 615 |
-
- type: precision_at_3
|
| 616 |
-
value: 41.152
|
| 617 |
-
- type: precision_at_5
|
| 618 |
-
value: 29.568
|
| 619 |
-
- type: recall_at_1
|
| 620 |
-
value: 34.866
|
| 621 |
-
- type: recall_at_10
|
| 622 |
-
value: 72.239
|
| 623 |
-
- type: recall_at_100
|
| 624 |
-
value: 91.19
|
| 625 |
-
- type: recall_at_1000
|
| 626 |
-
value: 98.154
|
| 627 |
-
- type: recall_at_3
|
| 628 |
-
value: 56.472
|
| 629 |
-
- type: recall_at_5
|
| 630 |
-
value: 63.157
|
| 631 |
-
- type: main_score
|
| 632 |
-
value: 65.729
|
| 633 |
-
task:
|
| 634 |
-
type: Retrieval
|
| 635 |
-
- dataset:
|
| 636 |
-
config: default
|
| 637 |
-
name: MTEB HotpotQA
|
| 638 |
-
revision: ab518f4d6fcca38d87c25209f94beba119d02014
|
| 639 |
-
split: test
|
| 640 |
-
type: mteb/hotpotqa
|
| 641 |
-
metrics:
|
| 642 |
-
- type: map_at_1
|
| 643 |
-
value: 44.651999999999994
|
| 644 |
-
- type: map_at_10
|
| 645 |
-
value: 79.95100000000001
|
| 646 |
-
- type: map_at_100
|
| 647 |
-
value: 80.51700000000001
|
| 648 |
-
- type: map_at_1000
|
| 649 |
-
value: 80.542
|
| 650 |
-
- type: map_at_3
|
| 651 |
-
value: 77.008
|
| 652 |
-
- type: map_at_5
|
| 653 |
-
value: 78.935
|
| 654 |
-
- type: mrr_at_1
|
| 655 |
-
value: 0.0
|
| 656 |
-
- type: mrr_at_10
|
| 657 |
-
value: 0.0
|
| 658 |
-
- type: mrr_at_100
|
| 659 |
-
value: 0.0
|
| 660 |
-
- type: mrr_at_1000
|
| 661 |
-
value: 0.0
|
| 662 |
-
- type: mrr_at_3
|
| 663 |
-
value: 0.0
|
| 664 |
-
- type: mrr_at_5
|
| 665 |
-
value: 0.0
|
| 666 |
-
- type: ndcg_at_1
|
| 667 |
-
value: 89.305
|
| 668 |
-
- type: ndcg_at_10
|
| 669 |
-
value: 85.479
|
| 670 |
-
- type: ndcg_at_100
|
| 671 |
-
value: 87.235
|
| 672 |
-
- type: ndcg_at_1000
|
| 673 |
-
value: 87.669
|
| 674 |
-
- type: ndcg_at_3
|
| 675 |
-
value: 81.648
|
| 676 |
-
- type: ndcg_at_5
|
| 677 |
-
value: 83.88600000000001
|
| 678 |
-
- type: precision_at_1
|
| 679 |
-
value: 89.305
|
| 680 |
-
- type: precision_at_10
|
| 681 |
-
value: 17.807000000000002
|
| 682 |
-
- type: precision_at_100
|
| 683 |
-
value: 1.9140000000000001
|
| 684 |
-
- type: precision_at_1000
|
| 685 |
-
value: 0.197
|
| 686 |
-
- type: precision_at_3
|
| 687 |
-
value: 53.756
|
| 688 |
-
- type: precision_at_5
|
| 689 |
-
value: 34.018
|
| 690 |
-
- type: recall_at_1
|
| 691 |
-
value: 44.651999999999994
|
| 692 |
-
- type: recall_at_10
|
| 693 |
-
value: 89.034
|
| 694 |
-
- type: recall_at_100
|
| 695 |
-
value: 95.719
|
| 696 |
-
- type: recall_at_1000
|
| 697 |
-
value: 98.535
|
| 698 |
-
- type: recall_at_3
|
| 699 |
-
value: 80.635
|
| 700 |
-
- type: recall_at_5
|
| 701 |
-
value: 85.044
|
| 702 |
-
- type: main_score
|
| 703 |
-
value: 85.479
|
| 704 |
-
task:
|
| 705 |
-
type: Retrieval
|
| 706 |
-
- dataset:
|
| 707 |
-
config: default
|
| 708 |
-
name: MTEB ImdbClassification
|
| 709 |
-
revision: 3d86128a09e091d6018b6d26cad27f2739fc2db7
|
| 710 |
-
split: test
|
| 711 |
-
type: mteb/imdb
|
| 712 |
-
metrics:
|
| 713 |
-
- type: accuracy
|
| 714 |
-
value: 97.1376
|
| 715 |
-
- type: accuracy_stderr
|
| 716 |
-
value: 0.04571914259913447
|
| 717 |
-
- type: ap
|
| 718 |
-
value: 95.92783808558808
|
| 719 |
-
- type: ap_stderr
|
| 720 |
-
value: 0.05063782483358255
|
| 721 |
-
- type: f1
|
| 722 |
-
value: 97.13755519177172
|
| 723 |
-
- type: f1_stderr
|
| 724 |
-
value: 0.04575943074086138
|
| 725 |
-
- type: main_score
|
| 726 |
-
value: 97.1376
|
| 727 |
-
task:
|
| 728 |
-
type: Classification
|
| 729 |
-
- dataset:
|
| 730 |
-
config: default
|
| 731 |
-
name: MTEB MSMARCO
|
| 732 |
-
revision: c5a29a104738b98a9e76336939199e264163d4a0
|
| 733 |
-
split: dev
|
| 734 |
-
type: mteb/msmarco
|
| 735 |
-
metrics:
|
| 736 |
-
- type: map_at_1
|
| 737 |
-
value: 0.0
|
| 738 |
-
- type: map_at_10
|
| 739 |
-
value: 38.342
|
| 740 |
-
- type: map_at_100
|
| 741 |
-
value: 0.0
|
| 742 |
-
- type: map_at_1000
|
| 743 |
-
value: 0.0
|
| 744 |
-
- type: map_at_3
|
| 745 |
-
value: 0.0
|
| 746 |
-
- type: map_at_5
|
| 747 |
-
value: 0.0
|
| 748 |
-
- type: mrr_at_1
|
| 749 |
-
value: 0.0
|
| 750 |
-
- type: mrr_at_10
|
| 751 |
-
value: 0.0
|
| 752 |
-
- type: mrr_at_100
|
| 753 |
-
value: 0.0
|
| 754 |
-
- type: mrr_at_1000
|
| 755 |
-
value: 0.0
|
| 756 |
-
- type: mrr_at_3
|
| 757 |
-
value: 0.0
|
| 758 |
-
- type: mrr_at_5
|
| 759 |
-
value: 0.0
|
| 760 |
-
- type: ndcg_at_1
|
| 761 |
-
value: 0.0
|
| 762 |
-
- type: ndcg_at_10
|
| 763 |
-
value: 45.629999999999995
|
| 764 |
-
- type: ndcg_at_100
|
| 765 |
-
value: 0.0
|
| 766 |
-
- type: ndcg_at_1000
|
| 767 |
-
value: 0.0
|
| 768 |
-
- type: ndcg_at_3
|
| 769 |
-
value: 0.0
|
| 770 |
-
- type: ndcg_at_5
|
| 771 |
-
value: 0.0
|
| 772 |
-
- type: precision_at_1
|
| 773 |
-
value: 0.0
|
| 774 |
-
- type: precision_at_10
|
| 775 |
-
value: 7.119000000000001
|
| 776 |
-
- type: precision_at_100
|
| 777 |
-
value: 0.0
|
| 778 |
-
- type: precision_at_1000
|
| 779 |
-
value: 0.0
|
| 780 |
-
- type: precision_at_3
|
| 781 |
-
value: 0.0
|
| 782 |
-
- type: precision_at_5
|
| 783 |
-
value: 0.0
|
| 784 |
-
- type: recall_at_1
|
| 785 |
-
value: 0.0
|
| 786 |
-
- type: recall_at_10
|
| 787 |
-
value: 67.972
|
| 788 |
-
- type: recall_at_100
|
| 789 |
-
value: 0.0
|
| 790 |
-
- type: recall_at_1000
|
| 791 |
-
value: 0.0
|
| 792 |
-
- type: recall_at_3
|
| 793 |
-
value: 0.0
|
| 794 |
-
- type: recall_at_5
|
| 795 |
-
value: 0.0
|
| 796 |
-
- type: main_score
|
| 797 |
-
value: 45.629999999999995
|
| 798 |
-
task:
|
| 799 |
-
type: Retrieval
|
| 800 |
-
- dataset:
|
| 801 |
-
config: en
|
| 802 |
-
name: MTEB MTOPDomainClassification (en)
|
| 803 |
-
revision: d80d48c1eb48d3562165c59d59d0034df9fff0bf
|
| 804 |
-
split: test
|
| 805 |
-
type: mteb/mtop_domain
|
| 806 |
-
metrics:
|
| 807 |
-
- type: accuracy
|
| 808 |
-
value: 99.24988600091199
|
| 809 |
-
- type: accuracy_stderr
|
| 810 |
-
value: 0.04496826931900734
|
| 811 |
-
- type: f1
|
| 812 |
-
value: 99.15933275095276
|
| 813 |
-
- type: f1_stderr
|
| 814 |
-
value: 0.05565039139747446
|
| 815 |
-
- type: main_score
|
| 816 |
-
value: 99.24988600091199
|
| 817 |
-
task:
|
| 818 |
-
type: Classification
|
| 819 |
-
- dataset:
|
| 820 |
-
config: en
|
| 821 |
-
name: MTEB MTOPIntentClassification (en)
|
| 822 |
-
revision: ae001d0e6b1228650b7bd1c2c65fb50ad11a8aba
|
| 823 |
-
split: test
|
| 824 |
-
type: mteb/mtop_intent
|
| 825 |
-
metrics:
|
| 826 |
-
- type: accuracy
|
| 827 |
-
value: 94.3684450524396
|
| 828 |
-
- type: accuracy_stderr
|
| 829 |
-
value: 0.8436548701322188
|
| 830 |
-
- type: f1
|
| 831 |
-
value: 77.33022623133307
|
| 832 |
-
- type: f1_stderr
|
| 833 |
-
value: 0.9228425861187275
|
| 834 |
-
- type: main_score
|
| 835 |
-
value: 94.3684450524396
|
| 836 |
-
task:
|
| 837 |
-
type: Classification
|
| 838 |
-
- dataset:
|
| 839 |
-
config: en
|
| 840 |
-
name: MTEB MassiveIntentClassification (en)
|
| 841 |
-
revision: 31efe3c427b0bae9c22cbb560b8f15491cc6bed7
|
| 842 |
-
split: test
|
| 843 |
-
type: mteb/amazon_massive_intent
|
| 844 |
-
metrics:
|
| 845 |
-
- type: accuracy
|
| 846 |
-
value: 86.09616677874916
|
| 847 |
-
- type: accuracy_stderr
|
| 848 |
-
value: 0.9943208055590853
|
| 849 |
-
- type: f1
|
| 850 |
-
value: 83.4902056490062
|
| 851 |
-
- type: f1_stderr
|
| 852 |
-
value: 0.7626189310074184
|
| 853 |
-
- type: main_score
|
| 854 |
-
value: 86.09616677874916
|
| 855 |
-
task:
|
| 856 |
-
type: Classification
|
| 857 |
-
- dataset:
|
| 858 |
-
config: en
|
| 859 |
-
name: MTEB MassiveScenarioClassification (en)
|
| 860 |
-
revision: 7d571f92784cd94a019292a1f45445077d0ef634
|
| 861 |
-
split: test
|
| 862 |
-
type: mteb/amazon_massive_scenario
|
| 863 |
-
metrics:
|
| 864 |
-
- type: accuracy
|
| 865 |
-
value: 92.17215870880968
|
| 866 |
-
- type: accuracy_stderr
|
| 867 |
-
value: 0.25949941333658166
|
| 868 |
-
- type: f1
|
| 869 |
-
value: 91.36757392422702
|
| 870 |
-
- type: f1_stderr
|
| 871 |
-
value: 0.29139507298154815
|
| 872 |
-
- type: main_score
|
| 873 |
-
value: 92.17215870880968
|
| 874 |
-
task:
|
| 875 |
-
type: Classification
|
| 876 |
-
- dataset:
|
| 877 |
-
config: default
|
| 878 |
-
name: MTEB MedrxivClusteringP2P
|
| 879 |
-
revision: e7a26af6f3ae46b30dde8737f02c07b1505bcc73
|
| 880 |
-
split: test
|
| 881 |
-
type: mteb/medrxiv-clustering-p2p
|
| 882 |
-
metrics:
|
| 883 |
-
- type: main_score
|
| 884 |
-
value: 46.09497344077905
|
| 885 |
-
- type: v_measure
|
| 886 |
-
value: 46.09497344077905
|
| 887 |
-
- type: v_measure_std
|
| 888 |
-
value: 1.44871520869784
|
| 889 |
-
task:
|
| 890 |
-
type: Clustering
|
| 891 |
-
- dataset:
|
| 892 |
-
config: default
|
| 893 |
-
name: MTEB MedrxivClusteringS2S
|
| 894 |
-
revision: 35191c8c0dca72d8ff3efcd72aa802307d469663
|
| 895 |
-
split: test
|
| 896 |
-
type: mteb/medrxiv-clustering-s2s
|
| 897 |
-
metrics:
|
| 898 |
-
- type: main_score
|
| 899 |
-
value: 44.861049989560684
|
| 900 |
-
- type: v_measure
|
| 901 |
-
value: 44.861049989560684
|
| 902 |
-
- type: v_measure_std
|
| 903 |
-
value: 1.432199293162203
|
| 904 |
-
task:
|
| 905 |
-
type: Clustering
|
| 906 |
-
- dataset:
|
| 907 |
-
config: default
|
| 908 |
-
name: MTEB MindSmallReranking
|
| 909 |
-
revision: 3bdac13927fdc888b903db93b2ffdbd90b295a69
|
| 910 |
-
split: test
|
| 911 |
-
type: mteb/mind_small
|
| 912 |
-
metrics:
|
| 913 |
-
- type: map
|
| 914 |
-
value: 31.75936162919999
|
| 915 |
-
- type: mrr
|
| 916 |
-
value: 32.966812736541236
|
| 917 |
-
- type: main_score
|
| 918 |
-
value: 31.75936162919999
|
| 919 |
-
task:
|
| 920 |
-
type: Reranking
|
| 921 |
-
- dataset:
|
| 922 |
-
config: default
|
| 923 |
-
name: MTEB NFCorpus
|
| 924 |
-
revision: ec0fa4fe99da2ff19ca1214b7966684033a58814
|
| 925 |
-
split: test
|
| 926 |
-
type: mteb/nfcorpus
|
| 927 |
-
metrics:
|
| 928 |
-
- type: map_at_1
|
| 929 |
-
value: 7.893999999999999
|
| 930 |
-
- type: map_at_10
|
| 931 |
-
value: 17.95
|
| 932 |
-
- type: map_at_100
|
| 933 |
-
value: 23.474
|
| 934 |
-
- type: map_at_1000
|
| 935 |
-
value: 25.412000000000003
|
| 936 |
-
- type: map_at_3
|
| 937 |
-
value: 12.884
|
| 938 |
-
- type: map_at_5
|
| 939 |
-
value: 15.171000000000001
|
| 940 |
-
- type: mrr_at_1
|
| 941 |
-
value: 0.0
|
| 942 |
-
- type: mrr_at_10
|
| 943 |
-
value: 0.0
|
| 944 |
-
- type: mrr_at_100
|
| 945 |
-
value: 0.0
|
| 946 |
-
- type: mrr_at_1000
|
| 947 |
-
value: 0.0
|
| 948 |
-
- type: mrr_at_3
|
| 949 |
-
value: 0.0
|
| 950 |
-
- type: mrr_at_5
|
| 951 |
-
value: 0.0
|
| 952 |
-
- type: ndcg_at_1
|
| 953 |
-
value: 55.728
|
| 954 |
-
- type: ndcg_at_10
|
| 955 |
-
value: 45.174
|
| 956 |
-
- type: ndcg_at_100
|
| 957 |
-
value: 42.18
|
| 958 |
-
- type: ndcg_at_1000
|
| 959 |
-
value: 50.793
|
| 960 |
-
- type: ndcg_at_3
|
| 961 |
-
value: 50.322
|
| 962 |
-
- type: ndcg_at_5
|
| 963 |
-
value: 48.244
|
| 964 |
-
- type: precision_at_1
|
| 965 |
-
value: 57.276
|
| 966 |
-
- type: precision_at_10
|
| 967 |
-
value: 33.437
|
| 968 |
-
- type: precision_at_100
|
| 969 |
-
value: 10.671999999999999
|
| 970 |
-
- type: precision_at_1000
|
| 971 |
-
value: 2.407
|
| 972 |
-
- type: precision_at_3
|
| 973 |
-
value: 46.646
|
| 974 |
-
- type: precision_at_5
|
| 975 |
-
value: 41.672
|
| 976 |
-
- type: recall_at_1
|
| 977 |
-
value: 7.893999999999999
|
| 978 |
-
- type: recall_at_10
|
| 979 |
-
value: 22.831000000000003
|
| 980 |
-
- type: recall_at_100
|
| 981 |
-
value: 43.818
|
| 982 |
-
- type: recall_at_1000
|
| 983 |
-
value: 75.009
|
| 984 |
-
- type: recall_at_3
|
| 985 |
-
value: 14.371
|
| 986 |
-
- type: recall_at_5
|
| 987 |
-
value: 17.752000000000002
|
| 988 |
-
- type: main_score
|
| 989 |
-
value: 45.174
|
| 990 |
-
task:
|
| 991 |
-
type: Retrieval
|
| 992 |
-
- dataset:
|
| 993 |
-
config: default
|
| 994 |
-
name: MTEB NQ
|
| 995 |
-
revision: b774495ed302d8c44a3a7ea25c90dbce03968f31
|
| 996 |
-
split: test
|
| 997 |
-
type: mteb/nq
|
| 998 |
-
metrics:
|
| 999 |
-
- type: map_at_1
|
| 1000 |
-
value: 49.351
|
| 1001 |
-
- type: map_at_10
|
| 1002 |
-
value: 66.682
|
| 1003 |
-
- type: map_at_100
|
| 1004 |
-
value: 67.179
|
| 1005 |
-
- type: map_at_1000
|
| 1006 |
-
value: 67.18499999999999
|
| 1007 |
-
- type: map_at_3
|
| 1008 |
-
value: 62.958999999999996
|
| 1009 |
-
- type: map_at_5
|
| 1010 |
-
value: 65.364
|
| 1011 |
-
- type: mrr_at_1
|
| 1012 |
-
value: 0.0
|
| 1013 |
-
- type: mrr_at_10
|
| 1014 |
-
value: 0.0
|
| 1015 |
-
- type: mrr_at_100
|
| 1016 |
-
value: 0.0
|
| 1017 |
-
- type: mrr_at_1000
|
| 1018 |
-
value: 0.0
|
| 1019 |
-
- type: mrr_at_3
|
| 1020 |
-
value: 0.0
|
| 1021 |
-
- type: mrr_at_5
|
| 1022 |
-
value: 0.0
|
| 1023 |
-
- type: ndcg_at_1
|
| 1024 |
-
value: 55.417
|
| 1025 |
-
- type: ndcg_at_10
|
| 1026 |
-
value: 73.568
|
| 1027 |
-
- type: ndcg_at_100
|
| 1028 |
-
value: 75.35
|
| 1029 |
-
- type: ndcg_at_1000
|
| 1030 |
-
value: 75.478
|
| 1031 |
-
- type: ndcg_at_3
|
| 1032 |
-
value: 67.201
|
| 1033 |
-
- type: ndcg_at_5
|
| 1034 |
-
value: 70.896
|
| 1035 |
-
- type: precision_at_1
|
| 1036 |
-
value: 55.417
|
| 1037 |
-
- type: precision_at_10
|
| 1038 |
-
value: 11.036999999999999
|
| 1039 |
-
- type: precision_at_100
|
| 1040 |
-
value: 1.204
|
| 1041 |
-
- type: precision_at_1000
|
| 1042 |
-
value: 0.121
|
| 1043 |
-
- type: precision_at_3
|
| 1044 |
-
value: 29.654000000000003
|
| 1045 |
-
- type: precision_at_5
|
| 1046 |
-
value: 20.006
|
| 1047 |
-
- type: recall_at_1
|
| 1048 |
-
value: 49.351
|
| 1049 |
-
- type: recall_at_10
|
| 1050 |
-
value: 91.667
|
| 1051 |
-
- type: recall_at_100
|
| 1052 |
-
value: 98.89
|
| 1053 |
-
- type: recall_at_1000
|
| 1054 |
-
value: 99.812
|
| 1055 |
-
- type: recall_at_3
|
| 1056 |
-
value: 75.715
|
| 1057 |
-
- type: recall_at_5
|
| 1058 |
-
value: 84.072
|
| 1059 |
-
- type: main_score
|
| 1060 |
-
value: 73.568
|
| 1061 |
-
task:
|
| 1062 |
-
type: Retrieval
|
| 1063 |
-
- dataset:
|
| 1064 |
-
config: default
|
| 1065 |
-
name: MTEB QuoraRetrieval
|
| 1066 |
-
revision: e4e08e0b7dbe3c8700f0daef558ff32256715259
|
| 1067 |
-
split: test
|
| 1068 |
-
type: mteb/quora
|
| 1069 |
-
metrics:
|
| 1070 |
-
- type: map_at_1
|
| 1071 |
-
value: 71.358
|
| 1072 |
-
- type: map_at_10
|
| 1073 |
-
value: 85.474
|
| 1074 |
-
- type: map_at_100
|
| 1075 |
-
value: 86.101
|
| 1076 |
-
- type: map_at_1000
|
| 1077 |
-
value: 86.114
|
| 1078 |
-
- type: map_at_3
|
| 1079 |
-
value: 82.562
|
| 1080 |
-
- type: map_at_5
|
| 1081 |
-
value: 84.396
|
| 1082 |
-
- type: mrr_at_1
|
| 1083 |
-
value: 0.0
|
| 1084 |
-
- type: mrr_at_10
|
| 1085 |
-
value: 0.0
|
| 1086 |
-
- type: mrr_at_100
|
| 1087 |
-
value: 0.0
|
| 1088 |
-
- type: mrr_at_1000
|
| 1089 |
-
value: 0.0
|
| 1090 |
-
- type: mrr_at_3
|
| 1091 |
-
value: 0.0
|
| 1092 |
-
- type: mrr_at_5
|
| 1093 |
-
value: 0.0
|
| 1094 |
-
- type: ndcg_at_1
|
| 1095 |
-
value: 82.12
|
| 1096 |
-
- type: ndcg_at_10
|
| 1097 |
-
value: 89.035
|
| 1098 |
-
- type: ndcg_at_100
|
| 1099 |
-
value: 90.17399999999999
|
| 1100 |
-
- type: ndcg_at_1000
|
| 1101 |
-
value: 90.243
|
| 1102 |
-
- type: ndcg_at_3
|
| 1103 |
-
value: 86.32300000000001
|
| 1104 |
-
- type: ndcg_at_5
|
| 1105 |
-
value: 87.85
|
| 1106 |
-
- type: precision_at_1
|
| 1107 |
-
value: 82.12
|
| 1108 |
-
- type: precision_at_10
|
| 1109 |
-
value: 13.55
|
| 1110 |
-
- type: precision_at_100
|
| 1111 |
-
value: 1.54
|
| 1112 |
-
- type: precision_at_1000
|
| 1113 |
-
value: 0.157
|
| 1114 |
-
- type: precision_at_3
|
| 1115 |
-
value: 37.89
|
| 1116 |
-
- type: precision_at_5
|
| 1117 |
-
value: 24.9
|
| 1118 |
-
- type: recall_at_1
|
| 1119 |
-
value: 71.358
|
| 1120 |
-
- type: recall_at_10
|
| 1121 |
-
value: 95.855
|
| 1122 |
-
- type: recall_at_100
|
| 1123 |
-
value: 99.711
|
| 1124 |
-
- type: recall_at_1000
|
| 1125 |
-
value: 99.994
|
| 1126 |
-
- type: recall_at_3
|
| 1127 |
-
value: 88.02
|
| 1128 |
-
- type: recall_at_5
|
| 1129 |
-
value: 92.378
|
| 1130 |
-
- type: main_score
|
| 1131 |
-
value: 89.035
|
| 1132 |
-
task:
|
| 1133 |
-
type: Retrieval
|
| 1134 |
-
- dataset:
|
| 1135 |
-
config: default
|
| 1136 |
-
name: MTEB RedditClustering
|
| 1137 |
-
revision: 24640382cdbf8abc73003fb0fa6d111a705499eb
|
| 1138 |
-
split: test
|
| 1139 |
-
type: mteb/reddit-clustering
|
| 1140 |
-
metrics:
|
| 1141 |
-
- type: main_score
|
| 1142 |
-
value: 71.0984522742521
|
| 1143 |
-
- type: v_measure
|
| 1144 |
-
value: 71.0984522742521
|
| 1145 |
-
- type: v_measure_std
|
| 1146 |
-
value: 3.5668139917058044
|
| 1147 |
-
task:
|
| 1148 |
-
type: Clustering
|
| 1149 |
-
- dataset:
|
| 1150 |
-
config: default
|
| 1151 |
-
name: MTEB RedditClusteringP2P
|
| 1152 |
-
revision: 385e3cb46b4cfa89021f56c4380204149d0efe33
|
| 1153 |
-
split: test
|
| 1154 |
-
type: mteb/reddit-clustering-p2p
|
| 1155 |
-
metrics:
|
| 1156 |
-
- type: main_score
|
| 1157 |
-
value: 74.94499641904133
|
| 1158 |
-
- type: v_measure
|
| 1159 |
-
value: 74.94499641904133
|
| 1160 |
-
- type: v_measure_std
|
| 1161 |
-
value: 11.419672879389248
|
| 1162 |
-
task:
|
| 1163 |
-
type: Clustering
|
| 1164 |
-
- dataset:
|
| 1165 |
-
config: default
|
| 1166 |
-
name: MTEB SCIDOCS
|
| 1167 |
-
revision: f8c2fcf00f625baaa80f62ec5bd9e1fff3b8ae88
|
| 1168 |
-
split: test
|
| 1169 |
-
type: mteb/scidocs
|
| 1170 |
-
metrics:
|
| 1171 |
-
- type: map_at_1
|
| 1172 |
-
value: 5.343
|
| 1173 |
-
- type: map_at_10
|
| 1174 |
-
value: 13.044
|
| 1175 |
-
- type: map_at_100
|
| 1176 |
-
value: 15.290999999999999
|
| 1177 |
-
- type: map_at_1000
|
| 1178 |
-
value: 15.609
|
| 1179 |
-
- type: map_at_3
|
| 1180 |
-
value: 9.227
|
| 1181 |
-
- type: map_at_5
|
| 1182 |
-
value: 11.158
|
| 1183 |
-
- type: mrr_at_1
|
| 1184 |
-
value: 0.0
|
| 1185 |
-
- type: mrr_at_10
|
| 1186 |
-
value: 0.0
|
| 1187 |
-
- type: mrr_at_100
|
| 1188 |
-
value: 0.0
|
| 1189 |
-
- type: mrr_at_1000
|
| 1190 |
-
value: 0.0
|
| 1191 |
-
- type: mrr_at_3
|
| 1192 |
-
value: 0.0
|
| 1193 |
-
- type: mrr_at_5
|
| 1194 |
-
value: 0.0
|
| 1195 |
-
- type: ndcg_at_1
|
| 1196 |
-
value: 26.3
|
| 1197 |
-
- type: ndcg_at_10
|
| 1198 |
-
value: 21.901
|
| 1199 |
-
- type: ndcg_at_100
|
| 1200 |
-
value: 30.316
|
| 1201 |
-
- type: ndcg_at_1000
|
| 1202 |
-
value: 35.547000000000004
|
| 1203 |
-
- type: ndcg_at_3
|
| 1204 |
-
value: 20.560000000000002
|
| 1205 |
-
- type: ndcg_at_5
|
| 1206 |
-
value: 18.187
|
| 1207 |
-
- type: precision_at_1
|
| 1208 |
-
value: 26.3
|
| 1209 |
-
- type: precision_at_10
|
| 1210 |
-
value: 11.34
|
| 1211 |
-
- type: precision_at_100
|
| 1212 |
-
value: 2.344
|
| 1213 |
-
- type: precision_at_1000
|
| 1214 |
-
value: 0.359
|
| 1215 |
-
- type: precision_at_3
|
| 1216 |
-
value: 18.967
|
| 1217 |
-
- type: precision_at_5
|
| 1218 |
-
value: 15.920000000000002
|
| 1219 |
-
- type: recall_at_1
|
| 1220 |
-
value: 5.343
|
| 1221 |
-
- type: recall_at_10
|
| 1222 |
-
value: 22.997
|
| 1223 |
-
- type: recall_at_100
|
| 1224 |
-
value: 47.562
|
| 1225 |
-
- type: recall_at_1000
|
| 1226 |
-
value: 72.94500000000001
|
| 1227 |
-
- type: recall_at_3
|
| 1228 |
-
value: 11.533
|
| 1229 |
-
- type: recall_at_5
|
| 1230 |
-
value: 16.148
|
| 1231 |
-
- type: main_score
|
| 1232 |
-
value: 21.901
|
| 1233 |
-
task:
|
| 1234 |
-
type: Retrieval
|
| 1235 |
-
- dataset:
|
| 1236 |
-
config: default
|
| 1237 |
-
name: MTEB SICK-R
|
| 1238 |
-
revision: 20a6d6f312dd54037fe07a32d58e5e168867909d
|
| 1239 |
-
split: test
|
| 1240 |
-
type: mteb/sickr-sts
|
| 1241 |
-
metrics:
|
| 1242 |
-
- type: cosine_pearson
|
| 1243 |
-
value: 87.3054603493591
|
| 1244 |
-
- type: cosine_spearman
|
| 1245 |
-
value: 82.14763206055602
|
| 1246 |
-
- type: manhattan_pearson
|
| 1247 |
-
value: 84.78737790237557
|
| 1248 |
-
- type: manhattan_spearman
|
| 1249 |
-
value: 81.88455356002758
|
| 1250 |
-
- type: euclidean_pearson
|
| 1251 |
-
value: 85.00668629311117
|
| 1252 |
-
- type: euclidean_spearman
|
| 1253 |
-
value: 82.14763037860851
|
| 1254 |
-
- type: main_score
|
| 1255 |
-
value: 82.14763206055602
|
| 1256 |
-
task:
|
| 1257 |
-
type: STS
|
| 1258 |
-
- dataset:
|
| 1259 |
-
config: default
|
| 1260 |
-
name: MTEB STS12
|
| 1261 |
-
revision: a0d554a64d88156834ff5ae9920b964011b16384
|
| 1262 |
-
split: test
|
| 1263 |
-
type: mteb/sts12-sts
|
| 1264 |
-
metrics:
|
| 1265 |
-
- type: cosine_pearson
|
| 1266 |
-
value: 86.6911864687294
|
| 1267 |
-
- type: cosine_spearman
|
| 1268 |
-
value: 77.89286260403269
|
| 1269 |
-
- type: manhattan_pearson
|
| 1270 |
-
value: 82.87240347680857
|
| 1271 |
-
- type: manhattan_spearman
|
| 1272 |
-
value: 78.10055393740326
|
| 1273 |
-
- type: euclidean_pearson
|
| 1274 |
-
value: 82.72282535777123
|
| 1275 |
-
- type: euclidean_spearman
|
| 1276 |
-
value: 77.89256648406325
|
| 1277 |
-
- type: main_score
|
| 1278 |
-
value: 77.89286260403269
|
| 1279 |
-
task:
|
| 1280 |
-
type: STS
|
| 1281 |
-
- dataset:
|
| 1282 |
-
config: default
|
| 1283 |
-
name: MTEB STS13
|
| 1284 |
-
revision: 7e90230a92c190f1bf69ae9002b8cea547a64cca
|
| 1285 |
-
split: test
|
| 1286 |
-
type: mteb/sts13-sts
|
| 1287 |
-
metrics:
|
| 1288 |
-
- type: cosine_pearson
|
| 1289 |
-
value: 87.7220832598633
|
| 1290 |
-
- type: cosine_spearman
|
| 1291 |
-
value: 88.30238972017452
|
| 1292 |
-
- type: manhattan_pearson
|
| 1293 |
-
value: 87.88214789140248
|
| 1294 |
-
- type: manhattan_spearman
|
| 1295 |
-
value: 88.24770220032391
|
| 1296 |
-
- type: euclidean_pearson
|
| 1297 |
-
value: 87.98610386257103
|
| 1298 |
-
- type: euclidean_spearman
|
| 1299 |
-
value: 88.30238972017452
|
| 1300 |
-
- type: main_score
|
| 1301 |
-
value: 88.30238972017452
|
| 1302 |
-
task:
|
| 1303 |
-
type: STS
|
| 1304 |
-
- dataset:
|
| 1305 |
-
config: default
|
| 1306 |
-
name: MTEB STS14
|
| 1307 |
-
revision: 6031580fec1f6af667f0bd2da0a551cf4f0b2375
|
| 1308 |
-
split: test
|
| 1309 |
-
type: mteb/sts14-sts
|
| 1310 |
-
metrics:
|
| 1311 |
-
- type: cosine_pearson
|
| 1312 |
-
value: 85.70614623247714
|
| 1313 |
-
- type: cosine_spearman
|
| 1314 |
-
value: 84.29920990970672
|
| 1315 |
-
- type: manhattan_pearson
|
| 1316 |
-
value: 84.9836190531721
|
| 1317 |
-
- type: manhattan_spearman
|
| 1318 |
-
value: 84.40933470597638
|
| 1319 |
-
- type: euclidean_pearson
|
| 1320 |
-
value: 84.96652336693347
|
| 1321 |
-
- type: euclidean_spearman
|
| 1322 |
-
value: 84.29920989531965
|
| 1323 |
-
- type: main_score
|
| 1324 |
-
value: 84.29920990970672
|
| 1325 |
-
task:
|
| 1326 |
-
type: STS
|
| 1327 |
-
- dataset:
|
| 1328 |
-
config: default
|
| 1329 |
-
name: MTEB STS15
|
| 1330 |
-
revision: ae752c7c21bf194d8b67fd573edf7ae58183cbe3
|
| 1331 |
-
split: test
|
| 1332 |
-
type: mteb/sts15-sts
|
| 1333 |
-
metrics:
|
| 1334 |
-
- type: cosine_pearson
|
| 1335 |
-
value: 88.4169972425264
|
| 1336 |
-
- type: cosine_spearman
|
| 1337 |
-
value: 89.03555007807218
|
| 1338 |
-
- type: manhattan_pearson
|
| 1339 |
-
value: 88.83068699455478
|
| 1340 |
-
- type: manhattan_spearman
|
| 1341 |
-
value: 89.21877175674125
|
| 1342 |
-
- type: euclidean_pearson
|
| 1343 |
-
value: 88.7251052947544
|
| 1344 |
-
- type: euclidean_spearman
|
| 1345 |
-
value: 89.03557389893083
|
| 1346 |
-
- type: main_score
|
| 1347 |
-
value: 89.03555007807218
|
| 1348 |
-
task:
|
| 1349 |
-
type: STS
|
| 1350 |
-
- dataset:
|
| 1351 |
-
config: default
|
| 1352 |
-
name: MTEB STS16
|
| 1353 |
-
revision: 4d8694f8f0e0100860b497b999b3dbed754a0513
|
| 1354 |
-
split: test
|
| 1355 |
-
type: mteb/sts16-sts
|
| 1356 |
-
metrics:
|
| 1357 |
-
- type: cosine_pearson
|
| 1358 |
-
value: 85.63830579034632
|
| 1359 |
-
- type: cosine_spearman
|
| 1360 |
-
value: 86.77353371581373
|
| 1361 |
-
- type: manhattan_pearson
|
| 1362 |
-
value: 86.24830492396637
|
| 1363 |
-
- type: manhattan_spearman
|
| 1364 |
-
value: 86.96754348626189
|
| 1365 |
-
- type: euclidean_pearson
|
| 1366 |
-
value: 86.09837038778359
|
| 1367 |
-
- type: euclidean_spearman
|
| 1368 |
-
value: 86.77353371581373
|
| 1369 |
-
- type: main_score
|
| 1370 |
-
value: 86.77353371581373
|
| 1371 |
-
task:
|
| 1372 |
-
type: STS
|
| 1373 |
-
- dataset:
|
| 1374 |
-
config: en-en
|
| 1375 |
-
name: MTEB STS17 (en-en)
|
| 1376 |
-
revision: af5e6fb845001ecf41f4c1e033ce921939a2a68d
|
| 1377 |
-
split: test
|
| 1378 |
-
type: mteb/sts17-crosslingual-sts
|
| 1379 |
-
metrics:
|
| 1380 |
-
- type: cosine_pearson
|
| 1381 |
-
value: 91.2204675588959
|
| 1382 |
-
- type: cosine_spearman
|
| 1383 |
-
value: 90.66976712249057
|
| 1384 |
-
- type: manhattan_pearson
|
| 1385 |
-
value: 91.11007808242346
|
| 1386 |
-
- type: manhattan_spearman
|
| 1387 |
-
value: 90.51739232964488
|
| 1388 |
-
- type: euclidean_pearson
|
| 1389 |
-
value: 91.19588941007903
|
| 1390 |
-
- type: euclidean_spearman
|
| 1391 |
-
value: 90.66976712249057
|
| 1392 |
-
- type: main_score
|
| 1393 |
-
value: 90.66976712249057
|
| 1394 |
-
task:
|
| 1395 |
-
type: STS
|
| 1396 |
-
- dataset:
|
| 1397 |
-
config: en
|
| 1398 |
-
name: MTEB STS22 (en)
|
| 1399 |
-
revision: eea2b4fe26a775864c896887d910b76a8098ad3f
|
| 1400 |
-
split: test
|
| 1401 |
-
type: mteb/sts22-crosslingual-sts
|
| 1402 |
-
metrics:
|
| 1403 |
-
- type: cosine_pearson
|
| 1404 |
-
value: 69.34416749707114
|
| 1405 |
-
- type: cosine_spearman
|
| 1406 |
-
value: 68.11632448161046
|
| 1407 |
-
- type: manhattan_pearson
|
| 1408 |
-
value: 68.99243488935281
|
| 1409 |
-
- type: manhattan_spearman
|
| 1410 |
-
value: 67.8398546438258
|
| 1411 |
-
- type: euclidean_pearson
|
| 1412 |
-
value: 69.06376010216088
|
| 1413 |
-
- type: euclidean_spearman
|
| 1414 |
-
value: 68.11632448161046
|
| 1415 |
-
- type: main_score
|
| 1416 |
-
value: 68.11632448161046
|
| 1417 |
-
task:
|
| 1418 |
-
type: STS
|
| 1419 |
-
- dataset:
|
| 1420 |
-
config: default
|
| 1421 |
-
name: MTEB STSBenchmark
|
| 1422 |
-
revision: b0fddb56ed78048fa8b90373c8a3cfc37b684831
|
| 1423 |
-
split: test
|
| 1424 |
-
type: mteb/stsbenchmark-sts
|
| 1425 |
-
metrics:
|
| 1426 |
-
- type: cosine_pearson
|
| 1427 |
-
value: 88.10309739429758
|
| 1428 |
-
- type: cosine_spearman
|
| 1429 |
-
value: 88.40520383147418
|
| 1430 |
-
- type: manhattan_pearson
|
| 1431 |
-
value: 88.50753383813232
|
| 1432 |
-
- type: manhattan_spearman
|
| 1433 |
-
value: 88.66382629460927
|
| 1434 |
-
- type: euclidean_pearson
|
| 1435 |
-
value: 88.35050664609376
|
| 1436 |
-
- type: euclidean_spearman
|
| 1437 |
-
value: 88.40520383147418
|
| 1438 |
-
- type: main_score
|
| 1439 |
-
value: 88.40520383147418
|
| 1440 |
-
task:
|
| 1441 |
-
type: STS
|
| 1442 |
-
- dataset:
|
| 1443 |
-
config: default
|
| 1444 |
-
name: MTEB SciDocsRR
|
| 1445 |
-
revision: d3c5e1fc0b855ab6097bf1cda04dd73947d7caab
|
| 1446 |
-
split: test
|
| 1447 |
-
type: mteb/scidocs-reranking
|
| 1448 |
-
metrics:
|
| 1449 |
-
- type: map
|
| 1450 |
-
value: 87.58627126942797
|
| 1451 |
-
- type: mrr
|
| 1452 |
-
value: 97.01098103058887
|
| 1453 |
-
- type: main_score
|
| 1454 |
-
value: 87.58627126942797
|
| 1455 |
-
task:
|
| 1456 |
-
type: Reranking
|
| 1457 |
-
- dataset:
|
| 1458 |
-
config: default
|
| 1459 |
-
name: MTEB SciFact
|
| 1460 |
-
revision: 0228b52cf27578f30900b9e5271d331663a030d7
|
| 1461 |
-
split: test
|
| 1462 |
-
type: mteb/scifact
|
| 1463 |
-
metrics:
|
| 1464 |
-
- type: map_at_1
|
| 1465 |
-
value: 62.883
|
| 1466 |
-
- type: map_at_10
|
| 1467 |
-
value: 75.371
|
| 1468 |
-
- type: map_at_100
|
| 1469 |
-
value: 75.66000000000001
|
| 1470 |
-
- type: map_at_1000
|
| 1471 |
-
value: 75.667
|
| 1472 |
-
- type: map_at_3
|
| 1473 |
-
value: 72.741
|
| 1474 |
-
- type: map_at_5
|
| 1475 |
-
value: 74.74
|
| 1476 |
-
- type: mrr_at_1
|
| 1477 |
-
value: 0.0
|
| 1478 |
-
- type: mrr_at_10
|
| 1479 |
-
value: 0.0
|
| 1480 |
-
- type: mrr_at_100
|
| 1481 |
-
value: 0.0
|
| 1482 |
-
- type: mrr_at_1000
|
| 1483 |
-
value: 0.0
|
| 1484 |
-
- type: mrr_at_3
|
| 1485 |
-
value: 0.0
|
| 1486 |
-
- type: mrr_at_5
|
| 1487 |
-
value: 0.0
|
| 1488 |
-
- type: ndcg_at_1
|
| 1489 |
-
value: 66.0
|
| 1490 |
-
- type: ndcg_at_10
|
| 1491 |
-
value: 80.12700000000001
|
| 1492 |
-
- type: ndcg_at_100
|
| 1493 |
-
value: 81.291
|
| 1494 |
-
- type: ndcg_at_1000
|
| 1495 |
-
value: 81.464
|
| 1496 |
-
- type: ndcg_at_3
|
| 1497 |
-
value: 76.19
|
| 1498 |
-
- type: ndcg_at_5
|
| 1499 |
-
value: 78.827
|
| 1500 |
-
- type: precision_at_1
|
| 1501 |
-
value: 66.0
|
| 1502 |
-
- type: precision_at_10
|
| 1503 |
-
value: 10.567
|
| 1504 |
-
- type: precision_at_100
|
| 1505 |
-
value: 1.117
|
| 1506 |
-
- type: precision_at_1000
|
| 1507 |
-
value: 0.11299999999999999
|
| 1508 |
-
- type: precision_at_3
|
| 1509 |
-
value: 30.333
|
| 1510 |
-
- type: precision_at_5
|
| 1511 |
-
value: 20.133000000000003
|
| 1512 |
-
- type: recall_at_1
|
| 1513 |
-
value: 62.883
|
| 1514 |
-
- type: recall_at_10
|
| 1515 |
-
value: 93.556
|
| 1516 |
-
- type: recall_at_100
|
| 1517 |
-
value: 98.667
|
| 1518 |
-
- type: recall_at_1000
|
| 1519 |
-
value: 100.0
|
| 1520 |
-
- type: recall_at_3
|
| 1521 |
-
value: 83.322
|
| 1522 |
-
- type: recall_at_5
|
| 1523 |
-
value: 89.756
|
| 1524 |
-
- type: main_score
|
| 1525 |
-
value: 80.12700000000001
|
| 1526 |
-
task:
|
| 1527 |
-
type: Retrieval
|
| 1528 |
-
- dataset:
|
| 1529 |
-
config: default
|
| 1530 |
-
name: MTEB SprintDuplicateQuestions
|
| 1531 |
-
revision: d66bd1f72af766a5cc4b0ca5e00c162f89e8cc46
|
| 1532 |
-
split: test
|
| 1533 |
-
type: mteb/sprintduplicatequestions-pairclassification
|
| 1534 |
-
metrics:
|
| 1535 |
-
- type: cos_sim_accuracy
|
| 1536 |
-
value: 99.87524752475248
|
| 1537 |
-
- type: cos_sim_accuracy_threshold
|
| 1538 |
-
value: 74.86587762832642
|
| 1539 |
-
- type: cos_sim_ap
|
| 1540 |
-
value: 97.02222446606328
|
| 1541 |
-
- type: cos_sim_f1
|
| 1542 |
-
value: 93.66197183098592
|
| 1543 |
-
- type: cos_sim_f1_threshold
|
| 1544 |
-
value: 74.74223375320435
|
| 1545 |
-
- type: cos_sim_precision
|
| 1546 |
-
value: 94.23076923076923
|
| 1547 |
-
- type: cos_sim_recall
|
| 1548 |
-
value: 93.10000000000001
|
| 1549 |
-
- type: dot_accuracy
|
| 1550 |
-
value: 99.87524752475248
|
| 1551 |
-
- type: dot_accuracy_threshold
|
| 1552 |
-
value: 74.86587762832642
|
| 1553 |
-
- type: dot_ap
|
| 1554 |
-
value: 97.02222688043362
|
| 1555 |
-
- type: dot_f1
|
| 1556 |
-
value: 93.66197183098592
|
| 1557 |
-
- type: dot_f1_threshold
|
| 1558 |
-
value: 74.74223375320435
|
| 1559 |
-
- type: dot_precision
|
| 1560 |
-
value: 94.23076923076923
|
| 1561 |
-
- type: dot_recall
|
| 1562 |
-
value: 93.10000000000001
|
| 1563 |
-
- type: euclidean_accuracy
|
| 1564 |
-
value: 99.87524752475248
|
| 1565 |
-
- type: euclidean_accuracy_threshold
|
| 1566 |
-
value: 70.9000825881958
|
| 1567 |
-
- type: euclidean_ap
|
| 1568 |
-
value: 97.02222446606329
|
| 1569 |
-
- type: euclidean_f1
|
| 1570 |
-
value: 93.66197183098592
|
| 1571 |
-
- type: euclidean_f1_threshold
|
| 1572 |
-
value: 71.07426524162292
|
| 1573 |
-
- type: euclidean_precision
|
| 1574 |
-
value: 94.23076923076923
|
| 1575 |
-
- type: euclidean_recall
|
| 1576 |
-
value: 93.10000000000001
|
| 1577 |
-
- type: manhattan_accuracy
|
| 1578 |
-
value: 99.87623762376238
|
| 1579 |
-
- type: manhattan_accuracy_threshold
|
| 1580 |
-
value: 3588.5040283203125
|
| 1581 |
-
- type: manhattan_ap
|
| 1582 |
-
value: 97.09194643777883
|
| 1583 |
-
- type: manhattan_f1
|
| 1584 |
-
value: 93.7375745526839
|
| 1585 |
-
- type: manhattan_f1_threshold
|
| 1586 |
-
value: 3664.3760681152344
|
| 1587 |
-
- type: manhattan_precision
|
| 1588 |
-
value: 93.18181818181817
|
| 1589 |
-
- type: manhattan_recall
|
| 1590 |
-
value: 94.3
|
| 1591 |
-
- type: max_accuracy
|
| 1592 |
-
value: 99.87623762376238
|
| 1593 |
-
- type: max_ap
|
| 1594 |
-
value: 97.09194643777883
|
| 1595 |
-
- type: max_f1
|
| 1596 |
-
value: 93.7375745526839
|
| 1597 |
-
task:
|
| 1598 |
-
type: PairClassification
|
| 1599 |
-
- dataset:
|
| 1600 |
-
config: default
|
| 1601 |
-
name: MTEB StackExchangeClustering
|
| 1602 |
-
revision: 6cbc1f7b2bc0622f2e39d2c77fa502909748c259
|
| 1603 |
-
split: test
|
| 1604 |
-
type: mteb/stackexchange-clustering
|
| 1605 |
-
metrics:
|
| 1606 |
-
- type: main_score
|
| 1607 |
-
value: 82.10134099988541
|
| 1608 |
-
- type: v_measure
|
| 1609 |
-
value: 82.10134099988541
|
| 1610 |
-
- type: v_measure_std
|
| 1611 |
-
value: 2.7926349897769533
|
| 1612 |
-
task:
|
| 1613 |
-
type: Clustering
|
| 1614 |
-
- dataset:
|
| 1615 |
-
config: default
|
| 1616 |
-
name: MTEB StackExchangeClusteringP2P
|
| 1617 |
-
revision: 815ca46b2622cec33ccafc3735d572c266efdb44
|
| 1618 |
-
split: test
|
| 1619 |
-
type: mteb/stackexchange-clustering-p2p
|
| 1620 |
-
metrics:
|
| 1621 |
-
- type: main_score
|
| 1622 |
-
value: 48.357450742397404
|
| 1623 |
-
- type: v_measure
|
| 1624 |
-
value: 48.357450742397404
|
| 1625 |
-
- type: v_measure_std
|
| 1626 |
-
value: 1.520118876440547
|
| 1627 |
-
task:
|
| 1628 |
-
type: Clustering
|
| 1629 |
-
- dataset:
|
| 1630 |
-
config: default
|
| 1631 |
-
name: MTEB StackOverflowDupQuestions
|
| 1632 |
-
revision: e185fbe320c72810689fc5848eb6114e1ef5ec69
|
| 1633 |
-
split: test
|
| 1634 |
-
type: mteb/stackoverflowdupquestions-reranking
|
| 1635 |
-
metrics:
|
| 1636 |
-
- type: map
|
| 1637 |
-
value: 55.79277200802986
|
| 1638 |
-
- type: mrr
|
| 1639 |
-
value: 56.742517082590616
|
| 1640 |
-
- type: main_score
|
| 1641 |
-
value: 55.79277200802986
|
| 1642 |
-
task:
|
| 1643 |
-
type: Reranking
|
| 1644 |
-
- dataset:
|
| 1645 |
-
config: default
|
| 1646 |
-
name: MTEB SummEval
|
| 1647 |
-
revision: cda12ad7615edc362dbf25a00fdd61d3b1eaf93c
|
| 1648 |
-
split: test
|
| 1649 |
-
type: mteb/summeval
|
| 1650 |
-
metrics:
|
| 1651 |
-
- type: cosine_spearman
|
| 1652 |
-
value: 30.701215774712693
|
| 1653 |
-
- type: cosine_pearson
|
| 1654 |
-
value: 31.26740037278488
|
| 1655 |
-
- type: dot_spearman
|
| 1656 |
-
value: 30.701215774712693
|
| 1657 |
-
- type: dot_pearson
|
| 1658 |
-
value: 31.267404144879997
|
| 1659 |
-
- type: main_score
|
| 1660 |
-
value: 30.701215774712693
|
| 1661 |
-
task:
|
| 1662 |
-
type: Summarization
|
| 1663 |
-
- dataset:
|
| 1664 |
-
config: default
|
| 1665 |
-
name: MTEB TRECCOVID
|
| 1666 |
-
revision: bb9466bac8153a0349341eb1b22e06409e78ef4e
|
| 1667 |
-
split: test
|
| 1668 |
-
type: mteb/trec-covid
|
| 1669 |
-
metrics:
|
| 1670 |
-
- type: map_at_1
|
| 1671 |
-
value: 0.23800000000000002
|
| 1672 |
-
- type: map_at_10
|
| 1673 |
-
value: 2.31
|
| 1674 |
-
- type: map_at_100
|
| 1675 |
-
value: 15.495000000000001
|
| 1676 |
-
- type: map_at_1000
|
| 1677 |
-
value: 38.829
|
| 1678 |
-
- type: map_at_3
|
| 1679 |
-
value: 0.72
|
| 1680 |
-
- type: map_at_5
|
| 1681 |
-
value: 1.185
|
| 1682 |
-
- type: mrr_at_1
|
| 1683 |
-
value: 0.0
|
| 1684 |
-
- type: mrr_at_10
|
| 1685 |
-
value: 0.0
|
| 1686 |
-
- type: mrr_at_100
|
| 1687 |
-
value: 0.0
|
| 1688 |
-
- type: mrr_at_1000
|
| 1689 |
-
value: 0.0
|
| 1690 |
-
- type: mrr_at_3
|
| 1691 |
-
value: 0.0
|
| 1692 |
-
- type: mrr_at_5
|
| 1693 |
-
value: 0.0
|
| 1694 |
-
- type: ndcg_at_1
|
| 1695 |
-
value: 91.0
|
| 1696 |
-
- type: ndcg_at_10
|
| 1697 |
-
value: 88.442
|
| 1698 |
-
- type: ndcg_at_100
|
| 1699 |
-
value: 71.39
|
| 1700 |
-
- type: ndcg_at_1000
|
| 1701 |
-
value: 64.153
|
| 1702 |
-
- type: ndcg_at_3
|
| 1703 |
-
value: 89.877
|
| 1704 |
-
- type: ndcg_at_5
|
| 1705 |
-
value: 89.562
|
| 1706 |
-
- type: precision_at_1
|
| 1707 |
-
value: 92.0
|
| 1708 |
-
- type: precision_at_10
|
| 1709 |
-
value: 92.60000000000001
|
| 1710 |
-
- type: precision_at_100
|
| 1711 |
-
value: 73.74000000000001
|
| 1712 |
-
- type: precision_at_1000
|
| 1713 |
-
value: 28.222
|
| 1714 |
-
- type: precision_at_3
|
| 1715 |
-
value: 94.0
|
| 1716 |
-
- type: precision_at_5
|
| 1717 |
-
value: 93.60000000000001
|
| 1718 |
-
- type: recall_at_1
|
| 1719 |
-
value: 0.23800000000000002
|
| 1720 |
-
- type: recall_at_10
|
| 1721 |
-
value: 2.428
|
| 1722 |
-
- type: recall_at_100
|
| 1723 |
-
value: 18.099999999999998
|
| 1724 |
-
- type: recall_at_1000
|
| 1725 |
-
value: 60.79599999999999
|
| 1726 |
-
- type: recall_at_3
|
| 1727 |
-
value: 0.749
|
| 1728 |
-
- type: recall_at_5
|
| 1729 |
-
value: 1.238
|
| 1730 |
-
- type: main_score
|
| 1731 |
-
value: 88.442
|
| 1732 |
-
task:
|
| 1733 |
-
type: Retrieval
|
| 1734 |
-
- dataset:
|
| 1735 |
-
config: default
|
| 1736 |
-
name: MTEB Touche2020
|
| 1737 |
-
revision: a34f9a33db75fa0cbb21bb5cfc3dae8dc8bec93f
|
| 1738 |
-
split: test
|
| 1739 |
-
type: mteb/touche2020
|
| 1740 |
-
metrics:
|
| 1741 |
-
- type: map_at_1
|
| 1742 |
-
value: 3.4939999999999998
|
| 1743 |
-
- type: map_at_10
|
| 1744 |
-
value: 12.531999999999998
|
| 1745 |
-
- type: map_at_100
|
| 1746 |
-
value: 19.147
|
| 1747 |
-
- type: map_at_1000
|
| 1748 |
-
value: 20.861
|
| 1749 |
-
- type: map_at_3
|
| 1750 |
-
value: 7.558
|
| 1751 |
-
- type: map_at_5
|
| 1752 |
-
value: 9.49
|
| 1753 |
-
- type: mrr_at_1
|
| 1754 |
-
value: 0.0
|
| 1755 |
-
- type: mrr_at_10
|
| 1756 |
-
value: 0.0
|
| 1757 |
-
- type: mrr_at_100
|
| 1758 |
-
value: 0.0
|
| 1759 |
-
- type: mrr_at_1000
|
| 1760 |
-
value: 0.0
|
| 1761 |
-
- type: mrr_at_3
|
| 1762 |
-
value: 0.0
|
| 1763 |
-
- type: mrr_at_5
|
| 1764 |
-
value: 0.0
|
| 1765 |
-
- type: ndcg_at_1
|
| 1766 |
-
value: 47.959
|
| 1767 |
-
- type: ndcg_at_10
|
| 1768 |
-
value: 31.781
|
| 1769 |
-
- type: ndcg_at_100
|
| 1770 |
-
value: 42.131
|
| 1771 |
-
- type: ndcg_at_1000
|
| 1772 |
-
value: 53.493
|
| 1773 |
-
- type: ndcg_at_3
|
| 1774 |
-
value: 39.204
|
| 1775 |
-
- type: ndcg_at_5
|
| 1776 |
-
value: 34.635
|
| 1777 |
-
- type: precision_at_1
|
| 1778 |
-
value: 48.980000000000004
|
| 1779 |
-
- type: precision_at_10
|
| 1780 |
-
value: 27.143
|
| 1781 |
-
- type: precision_at_100
|
| 1782 |
-
value: 8.224
|
| 1783 |
-
- type: precision_at_1000
|
| 1784 |
-
value: 1.584
|
| 1785 |
-
- type: precision_at_3
|
| 1786 |
-
value: 38.775999999999996
|
| 1787 |
-
- type: precision_at_5
|
| 1788 |
-
value: 33.061
|
| 1789 |
-
- type: recall_at_1
|
| 1790 |
-
value: 3.4939999999999998
|
| 1791 |
-
- type: recall_at_10
|
| 1792 |
-
value: 18.895
|
| 1793 |
-
- type: recall_at_100
|
| 1794 |
-
value: 50.192
|
| 1795 |
-
- type: recall_at_1000
|
| 1796 |
-
value: 85.167
|
| 1797 |
-
- type: recall_at_3
|
| 1798 |
-
value: 8.703
|
| 1799 |
-
- type: recall_at_5
|
| 1800 |
-
value: 11.824
|
| 1801 |
-
- type: main_score
|
| 1802 |
-
value: 31.781
|
| 1803 |
-
task:
|
| 1804 |
-
type: Retrieval
|
| 1805 |
-
- dataset:
|
| 1806 |
-
config: default
|
| 1807 |
-
name: MTEB ToxicConversationsClassification
|
| 1808 |
-
revision: edfaf9da55d3dd50d43143d90c1ac476895ae6de
|
| 1809 |
-
split: test
|
| 1810 |
-
type: mteb/toxic_conversations_50k
|
| 1811 |
-
metrics:
|
| 1812 |
-
- type: accuracy
|
| 1813 |
-
value: 92.7402
|
| 1814 |
-
- type: accuracy_stderr
|
| 1815 |
-
value: 1.020764595781027
|
| 1816 |
-
- type: ap
|
| 1817 |
-
value: 44.38594756333084
|
| 1818 |
-
- type: ap_stderr
|
| 1819 |
-
value: 1.817150701258273
|
| 1820 |
-
- type: f1
|
| 1821 |
-
value: 79.95699280019547
|
| 1822 |
-
- type: f1_stderr
|
| 1823 |
-
value: 1.334582498702029
|
| 1824 |
-
- type: main_score
|
| 1825 |
-
value: 92.7402
|
| 1826 |
-
task:
|
| 1827 |
-
type: Classification
|
| 1828 |
-
- dataset:
|
| 1829 |
-
config: default
|
| 1830 |
-
name: MTEB TweetSentimentExtractionClassification
|
| 1831 |
-
revision: d604517c81ca91fe16a244d1248fc021f9ecee7a
|
| 1832 |
-
split: test
|
| 1833 |
-
type: mteb/tweet_sentiment_extraction
|
| 1834 |
-
metrics:
|
| 1835 |
-
- type: accuracy
|
| 1836 |
-
value: 80.86870401810978
|
| 1837 |
-
- type: accuracy_stderr
|
| 1838 |
-
value: 0.22688467782004712
|
| 1839 |
-
- type: f1
|
| 1840 |
-
value: 81.1829040745744
|
| 1841 |
-
- type: f1_stderr
|
| 1842 |
-
value: 0.19774920574849694
|
| 1843 |
-
- type: main_score
|
| 1844 |
-
value: 80.86870401810978
|
| 1845 |
-
task:
|
| 1846 |
-
type: Classification
|
| 1847 |
-
- dataset:
|
| 1848 |
-
config: default
|
| 1849 |
-
name: MTEB TwentyNewsgroupsClustering
|
| 1850 |
-
revision: 6125ec4e24fa026cec8a478383ee943acfbd5449
|
| 1851 |
-
split: test
|
| 1852 |
-
type: mteb/twentynewsgroups-clustering
|
| 1853 |
-
metrics:
|
| 1854 |
-
- type: main_score
|
| 1855 |
-
value: 64.82048869927482
|
| 1856 |
-
- type: v_measure
|
| 1857 |
-
value: 64.82048869927482
|
| 1858 |
-
- type: v_measure_std
|
| 1859 |
-
value: 0.9170394252450564
|
| 1860 |
-
task:
|
| 1861 |
-
type: Clustering
|
| 1862 |
-
- dataset:
|
| 1863 |
-
config: default
|
| 1864 |
-
name: MTEB TwitterSemEval2015
|
| 1865 |
-
revision: 70970daeab8776df92f5ea462b6173c0b46fd2d1
|
| 1866 |
-
split: test
|
| 1867 |
-
type: mteb/twittersemeval2015-pairclassification
|
| 1868 |
-
metrics:
|
| 1869 |
-
- type: cos_sim_accuracy
|
| 1870 |
-
value: 88.44251057996067
|
| 1871 |
-
- type: cos_sim_accuracy_threshold
|
| 1872 |
-
value: 70.2150285243988
|
| 1873 |
-
- type: cos_sim_ap
|
| 1874 |
-
value: 81.11422351199913
|
| 1875 |
-
- type: cos_sim_f1
|
| 1876 |
-
value: 73.71062868615887
|
| 1877 |
-
- type: cos_sim_f1_threshold
|
| 1878 |
-
value: 66.507488489151
|
| 1879 |
-
- type: cos_sim_precision
|
| 1880 |
-
value: 70.2799712849964
|
| 1881 |
-
- type: cos_sim_recall
|
| 1882 |
-
value: 77.4934036939314
|
| 1883 |
-
- type: dot_accuracy
|
| 1884 |
-
value: 88.44251057996067
|
| 1885 |
-
- type: dot_accuracy_threshold
|
| 1886 |
-
value: 70.2150285243988
|
| 1887 |
-
- type: dot_ap
|
| 1888 |
-
value: 81.11420529068658
|
| 1889 |
-
- type: dot_f1
|
| 1890 |
-
value: 73.71062868615887
|
| 1891 |
-
- type: dot_f1_threshold
|
| 1892 |
-
value: 66.50749444961548
|
| 1893 |
-
- type: dot_precision
|
| 1894 |
-
value: 70.2799712849964
|
| 1895 |
-
- type: dot_recall
|
| 1896 |
-
value: 77.4934036939314
|
| 1897 |
-
- type: euclidean_accuracy
|
| 1898 |
-
value: 88.44251057996067
|
| 1899 |
-
- type: euclidean_accuracy_threshold
|
| 1900 |
-
value: 77.18156576156616
|
| 1901 |
-
- type: euclidean_ap
|
| 1902 |
-
value: 81.11422421732487
|
| 1903 |
-
- type: euclidean_f1
|
| 1904 |
-
value: 73.71062868615887
|
| 1905 |
-
- type: euclidean_f1_threshold
|
| 1906 |
-
value: 81.84436559677124
|
| 1907 |
-
- type: euclidean_precision
|
| 1908 |
-
value: 70.2799712849964
|
| 1909 |
-
- type: euclidean_recall
|
| 1910 |
-
value: 77.4934036939314
|
| 1911 |
-
- type: manhattan_accuracy
|
| 1912 |
-
value: 88.26369434344639
|
| 1913 |
-
- type: manhattan_accuracy_threshold
|
| 1914 |
-
value: 3837.067413330078
|
| 1915 |
-
- type: manhattan_ap
|
| 1916 |
-
value: 80.81442360477725
|
| 1917 |
-
- type: manhattan_f1
|
| 1918 |
-
value: 73.39883099117024
|
| 1919 |
-
- type: manhattan_f1_threshold
|
| 1920 |
-
value: 4098.833847045898
|
| 1921 |
-
- type: manhattan_precision
|
| 1922 |
-
value: 69.41896024464832
|
| 1923 |
-
- type: manhattan_recall
|
| 1924 |
-
value: 77.86279683377309
|
| 1925 |
-
- type: max_accuracy
|
| 1926 |
-
value: 88.44251057996067
|
| 1927 |
-
- type: max_ap
|
| 1928 |
-
value: 81.11422421732487
|
| 1929 |
-
- type: max_f1
|
| 1930 |
-
value: 73.71062868615887
|
| 1931 |
-
task:
|
| 1932 |
-
type: PairClassification
|
| 1933 |
-
- dataset:
|
| 1934 |
-
config: default
|
| 1935 |
-
name: MTEB TwitterURLCorpus
|
| 1936 |
-
revision: 8b6510b0b1fa4e4c4f879467980e9be563ec1cdf
|
| 1937 |
-
split: test
|
| 1938 |
-
type: mteb/twitterurlcorpus-pairclassification
|
| 1939 |
-
metrics:
|
| 1940 |
-
- type: cos_sim_accuracy
|
| 1941 |
-
value: 90.03182365040556
|
| 1942 |
-
- type: cos_sim_accuracy_threshold
|
| 1943 |
-
value: 64.46443796157837
|
| 1944 |
-
- type: cos_sim_ap
|
| 1945 |
-
value: 87.86649113691112
|
| 1946 |
-
- type: cos_sim_f1
|
| 1947 |
-
value: 80.45644844577821
|
| 1948 |
-
- type: cos_sim_f1_threshold
|
| 1949 |
-
value: 61.40774488449097
|
| 1950 |
-
- type: cos_sim_precision
|
| 1951 |
-
value: 77.54052702992216
|
| 1952 |
-
- type: cos_sim_recall
|
| 1953 |
-
value: 83.60024638127503
|
| 1954 |
-
- type: dot_accuracy
|
| 1955 |
-
value: 90.03182365040556
|
| 1956 |
-
- type: dot_accuracy_threshold
|
| 1957 |
-
value: 64.46444988250732
|
| 1958 |
-
- type: dot_ap
|
| 1959 |
-
value: 87.86649011954319
|
| 1960 |
-
- type: dot_f1
|
| 1961 |
-
value: 80.45644844577821
|
| 1962 |
-
- type: dot_f1_threshold
|
| 1963 |
-
value: 61.407750844955444
|
| 1964 |
-
- type: dot_precision
|
| 1965 |
-
value: 77.54052702992216
|
| 1966 |
-
- type: dot_recall
|
| 1967 |
-
value: 83.60024638127503
|
| 1968 |
-
- type: euclidean_accuracy
|
| 1969 |
-
value: 90.03182365040556
|
| 1970 |
-
- type: euclidean_accuracy_threshold
|
| 1971 |
-
value: 84.30368900299072
|
| 1972 |
-
- type: euclidean_ap
|
| 1973 |
-
value: 87.86649114275045
|
| 1974 |
-
- type: euclidean_f1
|
| 1975 |
-
value: 80.45644844577821
|
| 1976 |
-
- type: euclidean_f1_threshold
|
| 1977 |
-
value: 87.8547191619873
|
| 1978 |
-
- type: euclidean_precision
|
| 1979 |
-
value: 77.54052702992216
|
| 1980 |
-
- type: euclidean_recall
|
| 1981 |
-
value: 83.60024638127503
|
| 1982 |
-
- type: manhattan_accuracy
|
| 1983 |
-
value: 89.99883572010712
|
| 1984 |
-
- type: manhattan_accuracy_threshold
|
| 1985 |
-
value: 4206.838607788086
|
| 1986 |
-
- type: manhattan_ap
|
| 1987 |
-
value: 87.8600826607838
|
| 1988 |
-
- type: manhattan_f1
|
| 1989 |
-
value: 80.44054508120217
|
| 1990 |
-
- type: manhattan_f1_threshold
|
| 1991 |
-
value: 4372.755432128906
|
| 1992 |
-
- type: manhattan_precision
|
| 1993 |
-
value: 78.08219178082192
|
| 1994 |
-
- type: manhattan_recall
|
| 1995 |
-
value: 82.94579611949491
|
| 1996 |
-
- type: max_accuracy
|
| 1997 |
-
value: 90.03182365040556
|
| 1998 |
-
- type: max_ap
|
| 1999 |
-
value: 87.86649114275045
|
| 2000 |
-
- type: max_f1
|
| 2001 |
-
value: 80.45644844577821
|
| 2002 |
-
task:
|
| 2003 |
-
type: PairClassification
|
| 2004 |
-
language:
|
| 2005 |
-
- en
|
| 2006 |
-
license: cc-by-nc-4.0
|
| 2007 |
-
library_name: transformers
|
| 2008 |
---
|
| 2009 |
-
## Introduction
|
| 2010 |
-
We present NV-Embed-v2, a generalist embedding model that ranks No. 1 on the Massive Text Embedding Benchmark ([MTEB benchmark](https://huggingface.co/spaces/mteb/leaderboard))(as of Aug 30, 2024) with a score of 72.31 across 56 text embedding tasks. It also holds the No. 1 in the retrieval sub-category (a score of 62.65 across 15 tasks) in the leaderboard, which is essential to the development of RAG technology.
|
| 2011 |
|
| 2012 |
-
NV-Embed-v2 presents several new designs, including having the LLM attend to latent vectors for better pooled embedding output, and demonstrating a two-staged instruction tuning method to enhance the accuracy of both retrieval and non-retrieval tasks. Additionally, NV-Embed-v2 incorporates a novel hard-negative mining methods that take into account the positive relevance score for better false negatives removal.
|
| 2013 |
|
| 2014 |
-
For more
|
| 2015 |
|
| 2016 |
-
## Model Details
|
| 2017 |
-
- Base Decoder-only LLM: [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
| 2018 |
-
- Pooling Type: Latent-Attention
|
| 2019 |
-
- Embedding Dimension: 4096
|
| 2020 |
|
| 2021 |
-
##
|
|
|
|
| 2022 |
|
| 2023 |
-
|
| 2024 |
-
|
| 2025 |
-
### Usage (HuggingFace Transformers)
|
| 2026 |
|
|
|
|
|
|
|
| 2027 |
```python
|
| 2028 |
-
import
|
| 2029 |
-
|
| 2030 |
-
|
| 2031 |
-
|
| 2032 |
-
|
| 2033 |
-
|
| 2034 |
-
|
| 2035 |
-
|
| 2036 |
-
|
| 2037 |
-
|
| 2038 |
-
|
| 2039 |
-
|
| 2040 |
-
|
| 2041 |
-
|
| 2042 |
-
|
| 2043 |
-
|
| 2044 |
-
"
|
| 2045 |
-
|
| 2046 |
-
|
| 2047 |
-
|
| 2048 |
-
# load model with tokenizer
|
| 2049 |
-
model = AutoModel.from_pretrained('nvidia/NV-Embed-v2', trust_remote_code=True)
|
| 2050 |
-
|
| 2051 |
-
# get the embeddings
|
| 2052 |
-
max_length = 32768
|
| 2053 |
-
query_embeddings = model.encode(queries, instruction=query_prefix, max_length=max_length)
|
| 2054 |
-
passage_embeddings = model.encode(passages, instruction=passage_prefix, max_length=max_length)
|
| 2055 |
-
|
| 2056 |
-
# normalize embeddings
|
| 2057 |
-
query_embeddings = F.normalize(query_embeddings, p=2, dim=1)
|
| 2058 |
-
passage_embeddings = F.normalize(passage_embeddings, p=2, dim=1)
|
| 2059 |
-
|
| 2060 |
-
# get the embeddings with DataLoader (spliting the datasets into multiple mini-batches)
|
| 2061 |
-
# batch_size=2
|
| 2062 |
-
# query_embeddings = model._do_encode(queries, batch_size=batch_size, instruction=query_prefix, max_length=max_length, num_workers=32, return_numpy=True)
|
| 2063 |
-
# passage_embeddings = model._do_encode(passages, batch_size=batch_size, instruction=passage_prefix, max_length=max_length, num_workers=32, return_numpy=True)
|
| 2064 |
-
|
| 2065 |
-
scores = (query_embeddings @ passage_embeddings.T) * 100
|
| 2066 |
-
print(scores.tolist())
|
| 2067 |
-
# [[87.42693328857422, 0.46283677220344543], [0.965264618396759, 86.03721618652344]]
|
| 2068 |
-
```
|
| 2069 |
-
|
| 2070 |
-
|
| 2071 |
-
### Usage (Sentence-Transformers)
|
| 2072 |
-
|
| 2073 |
-
```python
|
| 2074 |
-
import torch
|
| 2075 |
-
from sentence_transformers import SentenceTransformer
|
| 2076 |
-
|
| 2077 |
-
# Each query needs to be accompanied by an corresponding instruction describing the task.
|
| 2078 |
-
task_name_to_instruct = {"example": "Given a question, retrieve passages that answer the question",}
|
| 2079 |
-
|
| 2080 |
-
query_prefix = "Instruct: "+task_name_to_instruct["example"]+"\nQuery: "
|
| 2081 |
-
queries = [
|
| 2082 |
-
'are judo throws allowed in wrestling?',
|
| 2083 |
-
'how to become a radiology technician in michigan?'
|
| 2084 |
-
]
|
| 2085 |
-
|
| 2086 |
-
# No instruction needed for retrieval passages
|
| 2087 |
-
passages = [
|
| 2088 |
-
"Since you're reading this, you are probably someone from a judo background or someone who is just wondering how judo techniques can be applied under wrestling rules. So without further ado, let's get to the question. Are Judo throws allowed in wrestling? Yes, judo throws are allowed in freestyle and folkstyle wrestling. You only need to be careful to follow the slam rules when executing judo throws. In wrestling, a slam is lifting and returning an opponent to the mat with unnecessary force.",
|
| 2089 |
-
"Below are the basic steps to becoming a radiologic technologist in Michigan:Earn a high school diploma. As with most careers in health care, a high school education is the first step to finding entry-level employment. Taking classes in math and science, such as anatomy, biology, chemistry, physiology, and physics, can help prepare students for their college studies and future careers.Earn an associate degree. Entry-level radiologic positions typically require at least an Associate of Applied Science. Before enrolling in one of these degree programs, students should make sure it has been properly accredited by the Joint Review Committee on Education in Radiologic Technology (JRCERT).Get licensed or certified in the state of Michigan."
|
| 2090 |
-
]
|
| 2091 |
-
|
| 2092 |
-
# load model with tokenizer
|
| 2093 |
-
model = SentenceTransformer('nvidia/NV-Embed-v2', trust_remote_code=True)
|
| 2094 |
-
model.max_seq_length = 32768
|
| 2095 |
-
model.tokenizer.padding_side="right"
|
| 2096 |
-
|
| 2097 |
-
def add_eos(input_examples):
|
| 2098 |
-
input_examples = [input_example + model.tokenizer.eos_token for input_example in input_examples]
|
| 2099 |
-
return input_examples
|
| 2100 |
-
|
| 2101 |
-
# get the embeddings
|
| 2102 |
-
batch_size = 2
|
| 2103 |
-
query_embeddings = model.encode(add_eos(queries), batch_size=batch_size, prompt=query_prefix, normalize_embeddings=True)
|
| 2104 |
-
passage_embeddings = model.encode(add_eos(passages), batch_size=batch_size, normalize_embeddings=True)
|
| 2105 |
-
|
| 2106 |
-
scores = (query_embeddings @ passage_embeddings.T) * 100
|
| 2107 |
-
print(scores.tolist())
|
| 2108 |
```
|
| 2109 |
|
| 2110 |
-
## License
|
| 2111 |
-
This model should not be used for any commercial purpose. Refer the [license](https://spdx.org/licenses/CC-BY-NC-4.0) for the detailed terms.
|
| 2112 |
-
|
| 2113 |
-
For commercial purpose, we recommend you to use the models of [NeMo Retriever Microservices (NIMs)](https://build.nvidia.com/explore/retrieval).
|
| 2114 |
-
|
| 2115 |
-
|
| 2116 |
-
## Correspondence to
|
| 2117 |
-
Chankyu Lee ([email protected]), Rajarshi Roy ([email protected]), Wei Ping ([email protected])
|
| 2118 |
-
|
| 2119 |
-
|
| 2120 |
## Citation
|
| 2121 |
-
If you find this code useful in your research, please consider citing:
|
| 2122 |
-
|
| 2123 |
-
```bibtex
|
| 2124 |
-
@article{lee2024nv,
|
| 2125 |
-
title={NV-Embed: Improved Techniques for Training LLMs as Generalist Embedding Models},
|
| 2126 |
-
author={Lee, Chankyu and Roy, Rajarshi and Xu, Mengyao and Raiman, Jonathan and Shoeybi, Mohammad and Catanzaro, Bryan and Ping, Wei},
|
| 2127 |
-
journal={arXiv preprint arXiv:2405.17428},
|
| 2128 |
-
year={2024}
|
| 2129 |
-
}
|
| 2130 |
-
```
|
| 2131 |
```bibtex
|
| 2132 |
-
@
|
| 2133 |
-
title={
|
| 2134 |
-
author={
|
| 2135 |
-
|
| 2136 |
-
year={2024}
|
| 2137 |
}
|
| 2138 |
-
```
|
| 2139 |
-
|
| 2140 |
-
|
| 2141 |
-
## Troubleshooting
|
| 2142 |
-
|
| 2143 |
-
#### 1. Instruction template for MTEB benchmarks
|
| 2144 |
-
|
| 2145 |
-
For MTEB sub-tasks for retrieval, STS, summarization, please use the instruction prefix template in [instructions.json](https://huggingface.co/nvidia/NV-Embed-v2/blob/main/instructions.json). For classification, clustering and reranking, please use the instructions provided in Table. 7 in [NV-Embed paper](https://arxiv.org/pdf/2405.17428).
|
| 2146 |
-
|
| 2147 |
-
#### 2. Required Packages
|
| 2148 |
-
|
| 2149 |
-
If you have trouble, try installing the python packages as below
|
| 2150 |
-
```python
|
| 2151 |
-
pip uninstall -y transformer-engine
|
| 2152 |
-
pip install torch==2.2.0
|
| 2153 |
-
pip install transformers==4.42.4
|
| 2154 |
-
pip install flash-attn==2.2.0
|
| 2155 |
-
pip install sentence-transformers==2.7.0
|
| 2156 |
-
```
|
| 2157 |
-
|
| 2158 |
-
#### 3. How to enable Multi-GPU (Note, this is the case for HuggingFace Transformers)
|
| 2159 |
-
```python
|
| 2160 |
-
from transformers import AutoModel
|
| 2161 |
-
from torch.nn import DataParallel
|
| 2162 |
-
|
| 2163 |
-
embedding_model = AutoModel.from_pretrained("nvidia/NV-Embed-v2")
|
| 2164 |
-
for module_key, module in embedding_model._modules.items():
|
| 2165 |
-
embedding_model._modules[module_key] = DataParallel(module)
|
| 2166 |
-
```
|
| 2167 |
-
|
| 2168 |
-
#### 4. Fixing "nvidia/NV-Embed-v2 is not the path to a directory containing a file named config.json"
|
| 2169 |
-
|
| 2170 |
-
Switch to your local model path,and open config.json and change the value of **"_name_or_path"** and replace it with your local model path.
|
| 2171 |
-
|
| 2172 |
-
|
| 2173 |
-
#### 5. Access to model nvidia/NV-Embed-v2 is restricted. You must be authenticated to access it
|
| 2174 |
-
|
| 2175 |
-
Use your huggingface access [token](https://huggingface.co/settings/tokens) to execute *"huggingface-cli login"*.
|
| 2176 |
-
|
| 2177 |
-
#### 6. How to resolve slight mismatch in Sentence transformer results.
|
| 2178 |
-
|
| 2179 |
-
A slight mismatch in the Sentence Transformer implementation is caused by a discrepancy in the calculation of the instruction prefix length within the Sentence Transformer package.
|
| 2180 |
-
|
| 2181 |
-
To fix this issue, you need to build the Sentence Transformer package from source, making the necessary modification in this [line](https://github.com/UKPLab/sentence-transformers/blob/v2.7-release/sentence_transformers/SentenceTransformer.py#L353) as below.
|
| 2182 |
-
```python
|
| 2183 |
-
git clone https://github.com/UKPLab/sentence-transformers.git
|
| 2184 |
-
cd sentence-transformers
|
| 2185 |
-
git checkout v2.7-release
|
| 2186 |
-
# Modify L353 in SentenceTransformer.py to **'extra_features["prompt_length"] = tokenized_prompt["input_ids"].shape[-1]'**.
|
| 2187 |
-
pip install -e .
|
| 2188 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- mteb/twentynewsgroups-clustering
|
| 5 |
+
- mteb/biorxiv-clustering-s2s
|
| 6 |
+
- mteb/biorxiv-clustering-p2p
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
pipeline_tag: text-classification
|
| 10 |
+
library_name: sentence-transformers
|
| 11 |
tags:
|
| 12 |
- mteb
|
| 13 |
+
- text
|
| 14 |
+
- transformers
|
| 15 |
+
- text-embeddings-inference
|
| 16 |
+
- sparse-encoder
|
| 17 |
+
- sparse
|
| 18 |
+
- csr
|
| 19 |
model-index:
|
| 20 |
- name: NV-Embed-v2
|
| 21 |
results:
|
| 22 |
+
- dataset:
|
| 23 |
+
name: MTEB BiorxivClusteringP2P.v2
|
| 24 |
+
type: mteb/biorxiv_clustering_p2p
|
| 25 |
+
revision: f5dbc242e11dd8e24def4c4268607a49e02946dc
|
| 26 |
+
config: default
|
| 27 |
+
split: test
|
| 28 |
+
languages:
|
| 29 |
+
- eng-Latn
|
| 30 |
+
metrics:
|
| 31 |
+
- type: v_measure
|
| 32 |
+
value: 0.579338
|
| 33 |
+
- type: v_measure_std
|
| 34 |
+
value: 0.00337
|
| 35 |
+
- type: main_score
|
| 36 |
+
value: 0.579338
|
| 37 |
+
task:
|
| 38 |
+
type: Clustering
|
| 39 |
+
|
| 40 |
+
- dataset:
|
| 41 |
+
name: MTEB BiorxivClusteringS2S.v2
|
| 42 |
+
type: mteb/biorxiv_clustering_s2s
|
| 43 |
+
revision: eb4edb10386758d274cd161093eb351381a16dbf
|
| 44 |
+
config: default
|
| 45 |
+
split: test
|
| 46 |
+
languages:
|
| 47 |
+
- eng-Latn
|
| 48 |
+
metrics:
|
| 49 |
+
- type: v_measure
|
| 50 |
+
value: 0.540989
|
| 51 |
+
- type: v_measure_std
|
| 52 |
+
value: 0.005707
|
| 53 |
+
- type: main_score
|
| 54 |
+
value: 0.540989
|
| 55 |
+
task:
|
| 56 |
+
type: Clustering
|
| 57 |
+
|
| 58 |
+
- dataset:
|
| 59 |
+
name: MTEB TwentyNewsgroupsClustering
|
| 60 |
+
type: mteb/twenty_newsgroups_clustering
|
| 61 |
+
revision: 6125ec4e24fa026cec8a478383ee943acfbd5449
|
| 62 |
+
config: default
|
| 63 |
+
split: test
|
| 64 |
+
languages:
|
| 65 |
+
- eng-Latn
|
| 66 |
+
metrics:
|
| 67 |
+
- type: v_measure
|
| 68 |
+
value: 0.630936
|
| 69 |
+
- type: v_measure_std
|
| 70 |
+
value: 0.007942
|
| 71 |
+
- type: main_score
|
| 72 |
+
value: 0.007942
|
| 73 |
+
task:
|
| 74 |
+
type: Clustering
|
| 75 |
+
base_model:
|
| 76 |
+
- nvidia/NV-Embed-v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
---
|
|
|
|
|
|
|
| 78 |
|
|
|
|
| 79 |
|
| 80 |
+
For more details, including benchmark evaluation, hardware requirements, and inference performance, please refer to our [Github](https://github.com/neilwen987/CSR_Adaptive_Rep).
|
| 81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
|
| 83 |
+
## Usage
|
| 84 |
+
📌 **Tip**: For NV-Embed-V2, using Transformers versions **later** than 4.47.0 may lead to performance degradation, as ``model_type=bidir_mistral`` in ``config.json`` is unsupported is no longer supported.
|
| 85 |
|
| 86 |
+
We recommend using ``Transformers 4.47.0.``
|
|
|
|
|
|
|
| 87 |
|
| 88 |
+
### Sentence Transformers Usage
|
| 89 |
+
You can evaluate this model loaded by Sentence Transformers with the following code snippet:
|
| 90 |
```python
|
| 91 |
+
import mteb
|
| 92 |
+
from sentence_transformers import SparseEncoder
|
| 93 |
+
model = SparseEncoder(
|
| 94 |
+
"CSR-NV_Embed_v2-Clustering-Biorxiv_TwentyNews",
|
| 95 |
+
trust_remote_code=True
|
| 96 |
+
)
|
| 97 |
+
model.prompts = {
|
| 98 |
+
"BiorxivClusteringP2P.v2": "Instruct: Identify the main category of Biorxiv papers based on the titles and abstracts\nQuery:",
|
| 99 |
+
"BiorxivClusteringS2S.v2": "Instruct: Identify the main category of Biorxiv papers based on the titles\nQuery:",
|
| 100 |
+
"TwentyNewsgroupsClustering": "Instruct: Identify the topic or theme of the given news articles\nQuery:"
|
| 101 |
+
}
|
| 102 |
+
task = mteb.get_tasks(tasks=["BiorxivClusteringP2P.v2", "BiorxivClusteringS2S.v2", "TwentyNewsgroupsClustering"])
|
| 103 |
+
evaluation = mteb.MTEB(tasks=task)
|
| 104 |
+
evaluation.run(
|
| 105 |
+
model,
|
| 106 |
+
eval_splits=["test"],
|
| 107 |
+
output_folder="./results/clustering",
|
| 108 |
+
show_progress_bar=True
|
| 109 |
+
encode_kwargs={"convert_to_sparse_tensor": False, "batch_size": 8},
|
| 110 |
+
) # MTEB don't support sparse tensors yet, so we need to convert to dense tensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
```
|
| 112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
```bibtex
|
| 115 |
+
@inproceedings{wenbeyond,
|
| 116 |
+
title={Beyond Matryoshka: Revisiting Sparse Coding for Adaptive Representation},
|
| 117 |
+
author={Wen, Tiansheng and Wang, Yifei and Zeng, Zequn and Peng, Zhong and Su, Yudi and Liu, Xinyang and Chen, Bo and Liu, Hongwei and Jegelka, Stefanie and You, Chenyu},
|
| 118 |
+
booktitle={Forty-second International Conference on Machine Learning}
|
|
|
|
| 119 |
}
|
| 120 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config_sentence_transformers.json
CHANGED
|
@@ -1,27 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"__version__": {
|
| 3 |
-
"sentence_transformers": "
|
| 4 |
"transformers": "4.47.0",
|
| 5 |
"pytorch": "2.5.1+cu12"
|
| 6 |
},
|
| 7 |
"prompts": {
|
| 8 |
-
"Banking77Classification": "Instruct: Given a question, please describe the intent of this question. \n Question: ",
|
| 9 |
-
"MTOPIntentClassification": "Instruct: Given a question, please describe the intent of this question. \n Question: ",
|
| 10 |
-
"TweetSentimentClassification": "Classify the sentiment of a given tweet as either positive, negative, or neutral.",
|
| 11 |
"BiorxivClusteringP2P.v2": "Identify the main category of Biorxiv papers based on the titles and abstracts",
|
| 12 |
"BiorxivClusteringS2S.v2": "Identify the main category of Biorxiv papers based on the titles",
|
| 13 |
-
"TwentyNewsgroupsClustering": "Identify the topic or theme of the given news articles"
|
| 14 |
-
"FiQA2018": {
|
| 15 |
-
"query": "Given a financial question, retrieve relevant passages that answer the query"
|
| 16 |
-
},
|
| 17 |
-
"SciFact": {
|
| 18 |
-
"query": "Given a scientific claim, retrieve documents that support or refute the claim"
|
| 19 |
-
},
|
| 20 |
-
"NFCorpus": {
|
| 21 |
-
"query": "Given a question, retrieve relevant documents that answer the question"
|
| 22 |
-
}
|
| 23 |
},
|
| 24 |
"default_prompt_name": null,
|
| 25 |
"model_type": "SparseEncoder",
|
| 26 |
-
"similarity_fn_name": "
|
| 27 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"__version__": {
|
| 3 |
+
"sentence_transformers": "5.0.0",
|
| 4 |
"transformers": "4.47.0",
|
| 5 |
"pytorch": "2.5.1+cu12"
|
| 6 |
},
|
| 7 |
"prompts": {
|
|
|
|
|
|
|
|
|
|
| 8 |
"BiorxivClusteringP2P.v2": "Identify the main category of Biorxiv papers based on the titles and abstracts",
|
| 9 |
"BiorxivClusteringS2S.v2": "Identify the main category of Biorxiv papers based on the titles",
|
| 10 |
+
"TwentyNewsgroupsClustering": "Identify the topic or theme of the given news articles"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
},
|
| 12 |
"default_prompt_name": null,
|
| 13 |
"model_type": "SparseEncoder",
|
| 14 |
+
"similarity_fn_name": "cosine"
|
| 15 |
}
|
modules.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
{
|
| 21 |
"idx": 3,
|
| 22 |
"name": "3",
|
| 23 |
-
"path": "
|
| 24 |
-
"type": "sentence_transformers.sparse_encoder.models.
|
| 25 |
}
|
| 26 |
]
|
|
|
|
| 20 |
{
|
| 21 |
"idx": 3,
|
| 22 |
"name": "3",
|
| 23 |
+
"path": "3_SparseAutoEncoder",
|
| 24 |
+
"type": "sentence_transformers.sparse_encoder.models.SparseAutoEncoder"
|
| 25 |
}
|
| 26 |
]
|