mteb 2.5.1__py3-none-any.whl → 2.5.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. mteb/abstasks/abstask.py +6 -6
  2. mteb/abstasks/aggregated_task.py +4 -10
  3. mteb/abstasks/clustering_legacy.py +3 -2
  4. mteb/abstasks/task_metadata.py +2 -3
  5. mteb/cache.py +7 -4
  6. mteb/cli/build_cli.py +10 -5
  7. mteb/cli/generate_model_card.py +4 -3
  8. mteb/deprecated_evaluator.py +4 -3
  9. mteb/evaluate.py +4 -1
  10. mteb/get_tasks.py +4 -3
  11. mteb/leaderboard/app.py +70 -3
  12. mteb/models/abs_encoder.py +5 -3
  13. mteb/models/cache_wrappers/cache_backends/faiss_cache.py +4 -1
  14. mteb/models/cache_wrappers/cache_backends/numpy_cache.py +13 -12
  15. mteb/models/model_implementations/align_models.py +1 -0
  16. mteb/models/model_implementations/amazon_models.py +1 -0
  17. mteb/models/model_implementations/andersborges.py +2 -0
  18. mteb/models/model_implementations/ara_models.py +1 -0
  19. mteb/models/model_implementations/arctic_models.py +8 -0
  20. mteb/models/model_implementations/b1ade_models.py +1 -0
  21. mteb/models/model_implementations/bedrock_models.py +4 -0
  22. mteb/models/model_implementations/bge_models.py +17 -0
  23. mteb/models/model_implementations/bica_model.py +1 -0
  24. mteb/models/model_implementations/blip2_models.py +2 -0
  25. mteb/models/model_implementations/blip_models.py +8 -0
  26. mteb/models/model_implementations/bm25.py +1 -0
  27. mteb/models/model_implementations/bmretriever_models.py +4 -0
  28. mteb/models/model_implementations/cadet_models.py +1 -0
  29. mteb/models/model_implementations/cde_models.py +2 -0
  30. mteb/models/model_implementations/clip_models.py +3 -0
  31. mteb/models/model_implementations/clips_models.py +3 -0
  32. mteb/models/model_implementations/codefuse_models.py +3 -0
  33. mteb/models/model_implementations/codesage_models.py +3 -0
  34. mteb/models/model_implementations/cohere_models.py +4 -0
  35. mteb/models/model_implementations/cohere_v.py +5 -0
  36. mteb/models/model_implementations/colpali_models.py +3 -0
  37. mteb/models/model_implementations/colqwen_models.py +9 -0
  38. mteb/models/model_implementations/colsmol_models.py +2 -0
  39. mteb/models/model_implementations/conan_models.py +1 -0
  40. mteb/models/model_implementations/dino_models.py +19 -0
  41. mteb/models/model_implementations/e5_instruct.py +4 -0
  42. mteb/models/model_implementations/e5_models.py +9 -0
  43. mteb/models/model_implementations/e5_v.py +1 -0
  44. mteb/models/model_implementations/eagerworks_models.py +1 -0
  45. mteb/models/model_implementations/emillykkejensen_models.py +3 -0
  46. mteb/models/model_implementations/en_code_retriever.py +1 -0
  47. mteb/models/model_implementations/euler_models.py +1 -0
  48. mteb/models/model_implementations/evaclip_models.py +4 -0
  49. mteb/models/model_implementations/fa_models.py +8 -0
  50. mteb/models/model_implementations/facebookai.py +2 -0
  51. mteb/models/model_implementations/geogpt_models.py +1 -0
  52. mteb/models/model_implementations/gme_v_models.py +6 -3
  53. mteb/models/model_implementations/google_models.py +5 -0
  54. mteb/models/model_implementations/granite_vision_embedding_models.py +1 -0
  55. mteb/models/model_implementations/gritlm_models.py +2 -0
  56. mteb/models/model_implementations/gte_models.py +9 -0
  57. mteb/models/model_implementations/hinvec_models.py +1 -0
  58. mteb/models/model_implementations/human.py +1 -0
  59. mteb/models/model_implementations/ibm_granite_models.py +6 -0
  60. mteb/models/model_implementations/inf_models.py +2 -0
  61. mteb/models/model_implementations/jasper_models.py +2 -0
  62. mteb/models/model_implementations/jina_clip.py +1 -0
  63. mteb/models/model_implementations/jina_models.py +7 -1
  64. mteb/models/model_implementations/kalm_models.py +6 -0
  65. mteb/models/model_implementations/kblab.py +1 -0
  66. mteb/models/model_implementations/kennethenevoldsen_models.py +2 -0
  67. mteb/models/model_implementations/kfst.py +1 -0
  68. mteb/models/model_implementations/kowshik24_models.py +1 -0
  69. mteb/models/model_implementations/lens_models.py +2 -0
  70. mteb/models/model_implementations/lgai_embedding_models.py +1 -0
  71. mteb/models/model_implementations/linq_models.py +1 -0
  72. mteb/models/model_implementations/listconranker.py +1 -1
  73. mteb/models/model_implementations/llm2clip_models.py +3 -0
  74. mteb/models/model_implementations/llm2vec_models.py +8 -0
  75. mteb/models/model_implementations/mcinext_models.py +7 -1
  76. mteb/models/model_implementations/mdbr_models.py +2 -0
  77. mteb/models/model_implementations/misc_models.py +63 -0
  78. mteb/models/model_implementations/mme5_models.py +1 -0
  79. mteb/models/model_implementations/moco_models.py +2 -0
  80. mteb/models/model_implementations/model2vec_models.py +13 -0
  81. mteb/models/model_implementations/moka_models.py +3 -0
  82. mteb/models/model_implementations/mxbai_models.py +3 -0
  83. mteb/models/model_implementations/nbailab.py +3 -0
  84. mteb/models/model_implementations/no_instruct_sentence_models.py +1 -0
  85. mteb/models/model_implementations/nomic_models.py +6 -0
  86. mteb/models/model_implementations/nomic_models_vision.py +1 -0
  87. mteb/models/model_implementations/nvidia_llama_nemoretriever_colemb.py +2 -0
  88. mteb/models/model_implementations/nvidia_models.py +3 -0
  89. mteb/models/model_implementations/octen_models.py +195 -0
  90. mteb/models/model_implementations/openai_models.py +5 -0
  91. mteb/models/model_implementations/openclip_models.py +8 -0
  92. mteb/models/model_implementations/opensearch_neural_sparse_models.py +5 -0
  93. mteb/models/model_implementations/ops_moa_models.py +2 -0
  94. mteb/models/model_implementations/pawan_models.py +1 -0
  95. mteb/models/model_implementations/piccolo_models.py +2 -0
  96. mteb/models/model_implementations/promptriever_models.py +4 -0
  97. mteb/models/model_implementations/pylate_models.py +3 -0
  98. mteb/models/model_implementations/qodo_models.py +2 -0
  99. mteb/models/model_implementations/qtack_models.py +1 -0
  100. mteb/models/model_implementations/qwen3_models.py +3 -0
  101. mteb/models/model_implementations/qzhou_models.py +2 -0
  102. mteb/models/model_implementations/random_baseline.py +2 -1
  103. mteb/models/model_implementations/rasgaard_models.py +1 -0
  104. mteb/models/model_implementations/reasonir_model.py +1 -0
  105. mteb/models/model_implementations/repllama_models.py +2 -0
  106. mteb/models/model_implementations/rerankers_custom.py +3 -3
  107. mteb/models/model_implementations/rerankers_monot5_based.py +14 -14
  108. mteb/models/model_implementations/richinfoai_models.py +1 -0
  109. mteb/models/model_implementations/ru_sentence_models.py +20 -0
  110. mteb/models/model_implementations/ruri_models.py +10 -0
  111. mteb/models/model_implementations/salesforce_models.py +3 -0
  112. mteb/models/model_implementations/samilpwc_models.py +1 -0
  113. mteb/models/model_implementations/sarashina_embedding_models.py +2 -0
  114. mteb/models/model_implementations/searchmap_models.py +1 -0
  115. mteb/models/model_implementations/seed_1_6_embedding_models.py +1 -0
  116. mteb/models/model_implementations/seed_models.py +1 -0
  117. mteb/models/model_implementations/sentence_transformers_models.py +18 -0
  118. mteb/models/model_implementations/shuu_model.py +32 -31
  119. mteb/models/model_implementations/siglip_models.py +10 -0
  120. mteb/models/model_implementations/sonar_models.py +1 -0
  121. mteb/models/model_implementations/spartan8806_atles_champion.py +1 -0
  122. mteb/models/model_implementations/stella_models.py +6 -0
  123. mteb/models/model_implementations/tarka_models.py +2 -0
  124. mteb/models/model_implementations/ua_sentence_models.py +1 -0
  125. mteb/models/model_implementations/uae_models.py +1 -0
  126. mteb/models/model_implementations/vdr_models.py +1 -0
  127. mteb/models/model_implementations/vi_vn_models.py +6 -0
  128. mteb/models/model_implementations/vista_models.py +2 -0
  129. mteb/models/model_implementations/vlm2vec_models.py +2 -0
  130. mteb/models/model_implementations/voyage_models.py +15 -0
  131. mteb/models/model_implementations/voyage_v.py +1 -0
  132. mteb/models/model_implementations/xyz_models.py +1 -0
  133. mteb/models/model_implementations/youtu_models.py +1 -0
  134. mteb/models/model_implementations/yuan_models.py +1 -0
  135. mteb/models/model_implementations/yuan_models_en.py +1 -0
  136. mteb/models/model_meta.py +49 -4
  137. mteb/models/search_encoder_index/search_indexes/faiss_search_index.py +4 -1
  138. mteb/models/search_wrappers.py +4 -2
  139. mteb/models/sentence_transformer_wrapper.py +10 -10
  140. mteb/results/benchmark_results.py +67 -43
  141. mteb/results/model_result.py +3 -1
  142. mteb/results/task_result.py +22 -17
  143. {mteb-2.5.1.dist-info → mteb-2.5.3.dist-info}/METADATA +1 -1
  144. {mteb-2.5.1.dist-info → mteb-2.5.3.dist-info}/RECORD +148 -147
  145. {mteb-2.5.1.dist-info → mteb-2.5.3.dist-info}/WHEEL +0 -0
  146. {mteb-2.5.1.dist-info → mteb-2.5.3.dist-info}/entry_points.txt +0 -0
  147. {mteb-2.5.1.dist-info → mteb-2.5.3.dist-info}/licenses/LICENSE +0 -0
  148. {mteb-2.5.1.dist-info → mteb-2.5.3.dist-info}/top_level.txt +0 -0
@@ -5,11 +5,11 @@ mteb/_helpful_enum.py,sha256=jh73N1jlcpg7RGz4bj8UpctiMNvqvHpp9wrB7SYEzIU,510
5
5
  mteb/_log_once.py,sha256=-tUKzxGQzf2LZSuQXi97oYFXMta1B6GEYXd7BPqssvY,1095
6
6
  mteb/_requires_package.py,sha256=eHg_TD9BVZRzNCcQQrUP17d8M1DF_vOd_tVx54AmAnM,3017
7
7
  mteb/_set_seed.py,sha256=HPlPRl__Pe6IG-4UgJqTfplcivJ_wA2kaClbXoHQedM,1178
8
- mteb/cache.py,sha256=EogjsGZjoD6wZmVr4R3Lrc25C0x50Oie_i29K_4iHwo,21236
9
- mteb/deprecated_evaluator.py,sha256=9cJIahJHNZphoqo6KZfp30LLhIdyiR3SSLcut4FR_Ek,26778
10
- mteb/evaluate.py,sha256=IcaNu3VQwoeH7F1m8_7qJ6_lffHPujRcjKOBo4A7JBI,18631
8
+ mteb/cache.py,sha256=y_FJ-tcjmAs-2OIow8-5UqTbXJR4HaPZ_YEjhsB8OxY,21338
9
+ mteb/deprecated_evaluator.py,sha256=IcM_Y1eR4h2DmvCOFuB7baBRGZZ7WRDNsov7ZmyM5Fc,26817
10
+ mteb/evaluate.py,sha256=o2_aJ03CKXxky9rIWfjxeKGl5KDTRHa5SJIgsHHZU94,18710
11
11
  mteb/filter_tasks.py,sha256=5XE1OYmgDDoJYnXwFf4ma_PIT_Lekzs420sQF_kpCiY,7240
12
- mteb/get_tasks.py,sha256=6Gc18a2bZoLQV1Ms_qdr2KieAqIXg8TDg4l7ZN8rW2I,14218
12
+ mteb/get_tasks.py,sha256=q-J2CfZX39rVAyTDAlKLegKd3CLpVYl0hsF5ZtPFil0,14257
13
13
  mteb/load_results.py,sha256=Xw2ZX7BToU92WwUTQUQKPAgPhX7ucyRRdoCrxAoPHdI,6414
14
14
  mteb/similarity_functions.py,sha256=ySSnrKl4cSKOWfyIKQPVTJtxuy2ZNfcv0COXDp22QlQ,10630
15
15
  mteb/_evaluators/__init__.py,sha256=Ag1_RWpxBGMpujzd3FZjI40gY_KQKIpY31tJPuk-hFg,1013
@@ -31,12 +31,12 @@ mteb/_evaluators/text/summarization_evaluator.py,sha256=l0AwjVO594mtzPV9Kcqf_xtH
31
31
  mteb/abstasks/__init__.py,sha256=1iAwpYTWX7U-goak2KMmacPFCzxPchLQAmZ_uI0t-p0,1130
32
32
  mteb/abstasks/_statistics_calculation.py,sha256=UP2H2Cy8yqwtqeimTWfe4unmZ4iyyr5qiBNZzzFjy9o,5669
33
33
  mteb/abstasks/_stratification.py,sha256=zfwkIVmD7Aq7mR2Yt8jTeW1j5ZVV7CIweW842VzcfXc,14364
34
- mteb/abstasks/abstask.py,sha256=nZwiY_5d0VVtUrlCATngpFLG3JAovO5AvmD0nkkWsLE,25118
34
+ mteb/abstasks/abstask.py,sha256=d6k6lMXdUkUJSgO_OhVKEa54gnAGjJ2p2DZp3eBuzZ0,25295
35
35
  mteb/abstasks/aggregate_task_metadata.py,sha256=vzt1z2wDl0sXD7ErZFwKojYwmFUBPAnGlXLuqLA_-6Q,5992
36
- mteb/abstasks/aggregated_task.py,sha256=puY6-EAqbL5ehKvFHTMriIdy3rAuqqYHF3ezog1eYxw,6671
36
+ mteb/abstasks/aggregated_task.py,sha256=ognE64TIQ7ljahSsT_ezDt5a9A2R2tCYe3ET0c0EXSE,6410
37
37
  mteb/abstasks/classification.py,sha256=k_wrM1rq2XcVEK97RpU_uEcqhiWWbV7sm3B0dtvP5yY,13376
38
38
  mteb/abstasks/clustering.py,sha256=4KcaU8_sNLmLvMhwDpNmcY2nD3BNyx_LcM-ddSv-wtY,14410
39
- mteb/abstasks/clustering_legacy.py,sha256=byE9kp-MLN_Zu72m3asEb1QTHlxWF-Qts7tMk0OKZHA,8796
39
+ mteb/abstasks/clustering_legacy.py,sha256=zkibXenniqmSfFr8B8KvGGLoALkuxNZo_vJkeu_7GWQ,8803
40
40
  mteb/abstasks/dataset_card_template.md,sha256=aD6l8qc3_jxwoIGJNYLzse-jpRa8hu92AxpnUtNgges,5122
41
41
  mteb/abstasks/multilabel_classification.py,sha256=rpIwI3jV2YKtmXlFS2_Ytg4yYjdjPy0q5OU4MsRJFqo,9211
42
42
  mteb/abstasks/pair_classification.py,sha256=ToOBFDiokZOz9ea-klMLj_37slbVFR3lSuihP81x9Lc,13263
@@ -44,7 +44,7 @@ mteb/abstasks/regression.py,sha256=SeacOErZUXGLGOcwqAvht6BlbD8fcsn9QhNiFIuJGyc,8
44
44
  mteb/abstasks/retrieval.py,sha256=7QTKYlGaGvF1lOQkB_B4qj8Vm2FxxFXNVTHhfwZO8Bw,26439
45
45
  mteb/abstasks/retrieval_dataset_loaders.py,sha256=WukcFAn54rUpXULCG43eysHozXHAxo2CaPhQyL_2Yg8,9401
46
46
  mteb/abstasks/sts.py,sha256=aKTivjvDtAaoYb1hz1NBv2o3UpDR-3AaeHgkDFHMBGI,9077
47
- mteb/abstasks/task_metadata.py,sha256=7CzYK1y-vwLUiWaEGPgU3HiolpW3UCul8Y2KJ-WSpeE,26892
47
+ mteb/abstasks/task_metadata.py,sha256=UYn8IZaz6qp2MDSupfLsvCuhvVnXGok23GvMTwqzyIs,26880
48
48
  mteb/abstasks/zeroshot_classification.py,sha256=4UxBIZ1e1iRK8PRAhCWnnSDirK2vi5-w2N5ZomCnaIM,5882
49
49
  mteb/abstasks/_data_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
50
  mteb/abstasks/_data_filter/filters.py,sha256=p1QLy7V9jYVFicef61fwzCpbSpTA6rOv8CxkwEUTMvc,4585
@@ -64,8 +64,8 @@ mteb/benchmarks/benchmarks/benchmarks.py,sha256=_8zds06sQj41JzR6BHGWk33DZE2VGvab
64
64
  mteb/benchmarks/benchmarks/rteb_benchmarks.py,sha256=QnCSrTTaBfcRlAQp2Nu81tgv1idMXqiM16Fp2zKJ5Ys,10607
65
65
  mteb/cli/__init__.py,sha256=v-csUr3eUZElIvrGB6QGtaIdndDfNWEe9oZchsGsJpg,64
66
66
  mteb/cli/_display_tasks.py,sha256=7A06dT9sSoTz6shyMvskPxuc5eHY_H7PGPlROzMP0yw,2196
67
- mteb/cli/build_cli.py,sha256=SzYrKEdbtfyA08ATPPL4_Z5REzNKp5965R_ANEKc3ug,12408
68
- mteb/cli/generate_model_card.py,sha256=IZ7C96xvtBcqERm1goTynwo8A9fpI_KDUxGiyZeLfGE,4053
67
+ mteb/cli/build_cli.py,sha256=aZ3XWkH-2NH25vjYUDnJY1Q558RxCzmHYCJ8nYTPlDo,12533
68
+ mteb/cli/generate_model_card.py,sha256=34w3E0betglTs60LBlRlNsOJxJnyq0SNRMlXz-c96m8,4092
69
69
  mteb/descriptive_stats/BitextMining/BUCC.json,sha256=7zXoJaZacNdqMSG60jPZGIDJ1is_bxbVlcrVyImPRxw,3745
70
70
  mteb/descriptive_stats/BitextMining/BUCC.v2.json,sha256=IRPOKaIaUD31okNe12nQV2E1JeYK_Fo25Tz7d-utATM,3716
71
71
  mteb/descriptive_stats/BitextMining/BibleNLPBitextMining.json,sha256=BxzjiVoeXrSKaeBIVytLKMf2yx_6ksZ4GddPtTU8MWY,1248649
@@ -1438,159 +1438,160 @@ mteb/languages/language_family.json,sha256=OUGcHeOIPcZPb2FWmYLhxTS0JxjK5y3Fo6x0P
1438
1438
  mteb/languages/language_scripts.py,sha256=5wix9HTYolNIpTiS5oXf2pGJyL7ftdGKs_m432w81V8,3998
1439
1439
  mteb/languages/programming_languages.py,sha256=zxAakT3OSUnAuTnQ34VyeFIECnNXMlleZmAake6jsZE,211
1440
1440
  mteb/leaderboard/__init__.py,sha256=991roXmtRwEQysV-37hWEzWpkvPgMCGRqZTHR-hm2io,88
1441
- mteb/leaderboard/app.py,sha256=-sBAkZ9JTr9czhsYEbSm92MfTmB8BOQ17WDkQ1dsP90,34282
1441
+ mteb/leaderboard/app.py,sha256=5n17etnkh6TNgzPxOVhRx3vFmoji8ymBU-BVFZXUIFM,37157
1442
1442
  mteb/leaderboard/benchmark_selector.py,sha256=qd-2L20RQ4ACke01UlytkhZok1dkWgfUlXzfET52kGc,7956
1443
1443
  mteb/leaderboard/figures.py,sha256=cfOK82rRf-7sCjyP7GBxh4ezhOIt0OhD0_86mKtzLrg,7530
1444
1444
  mteb/leaderboard/table.py,sha256=KqU8aAbZ_tDp1O_qXRGWR32QnB7v_lsF6k5jxLcQVN0,10366
1445
1445
  mteb/leaderboard/text_segments.py,sha256=iMIkS04QQjPbT-SkU0x6fOcS8xRbUYevryu9HydipKM,6570
1446
1446
  mteb/models/__init__.py,sha256=ABTuoqiBjBtBWW3LYY7ItBHdylR6jWoy06HH0g6j6fU,910
1447
- mteb/models/abs_encoder.py,sha256=XblcGJYJlbTwhX43wvRft_XqnSq2WpzjFcNIwOyRjYo,16443
1447
+ mteb/models/abs_encoder.py,sha256=zboYqEnpYTwyluTPTTbGV1yVqbYBuH_yExhY1ZxYmfo,16521
1448
1448
  mteb/models/get_model_meta.py,sha256=BMzlqTuzzhIFmfzmtshnRu2KCWxw9mCPyClJfe4oGdQ,5396
1449
1449
  mteb/models/instruct_wrapper.py,sha256=G4dMcmD5A4M3hmKATf5OYezmZv8-Ie189BrdmipBo7Y,9091
1450
- mteb/models/model_meta.py,sha256=08jnKQ2-TZ9IFRy_Nx2-tb9eZXMflWN4i3PvNvi5HGw,27899
1450
+ mteb/models/model_meta.py,sha256=c2N4e5lWqX1ofEmHyFhbqxOK_tAHvW5Fcv6ekzpFsXw,29801
1451
1451
  mteb/models/models_protocols.py,sha256=D2hYWn_UBGMaKtRwBx3u0B0ni6lHJjSzTxX21XFNwIc,8917
1452
- mteb/models/search_wrappers.py,sha256=zpCvxUVNQWekyC4Fiz7mvlI0VPdSrFq41A0GrCDvBK4,20331
1453
- mteb/models/sentence_transformer_wrapper.py,sha256=xSkFcw6EiCmPJeeMPYm0A0jONRIi0lQc0jBSEhUgXN8,12144
1452
+ mteb/models/search_wrappers.py,sha256=Vlg1iEYWrzRv7TElxwizOYP3mB95pUrTCMJBeuvENnI,20383
1453
+ mteb/models/sentence_transformer_wrapper.py,sha256=8zMPeO78kc3rccjPYFpOnk6npdEPPZIvitQxd1XUu8U,12210
1454
1454
  mteb/models/cache_wrappers/__init__.py,sha256=1w1TnMwulWJSzNkLXjbh5MY3sqgHWc6vUntYn49i9X8,169
1455
1455
  mteb/models/cache_wrappers/cache_backend_protocol.py,sha256=TR7kD7KbN1J4piszIecpegtLZYGy7sRHZt3SDWlImKk,1665
1456
1456
  mteb/models/cache_wrappers/cache_wrapper.py,sha256=KLDeOCe_ndQshbZa5ep2u3jovsl--tfpQzvt9EXyxCA,6589
1457
1457
  mteb/models/cache_wrappers/cache_backends/__init__.py,sha256=hN2Tq7cpTxoOYSCJ1Wnpvb8dEm-kQLfCCahT1N9Bacw,123
1458
1458
  mteb/models/cache_wrappers/cache_backends/_hash_utils.py,sha256=zAp7BDuYyGETn2kX58uk8_tn1G2B7bgcsItDDxgyn-w,488
1459
- mteb/models/cache_wrappers/cache_backends/faiss_cache.py,sha256=i9IfaCv1-_BvVokXFW1UZ9hMLCuM6rZ0tI-ZesoBkt4,3734
1460
- mteb/models/cache_wrappers/cache_backends/numpy_cache.py,sha256=GyTVC5DLph3EeRnDMO1EEQzBDoOgk2J1hPqpl07lefM,7442
1459
+ mteb/models/cache_wrappers/cache_backends/faiss_cache.py,sha256=WWDSvXgClQr6XqzJ6sIfiHOwbyfBErjNoeZ9VMzphNw,3803
1460
+ mteb/models/cache_wrappers/cache_backends/numpy_cache.py,sha256=K3iKuOI7Cq3jB4gmm7hqJqcQtdYDssDxLcA4OXaxVlU,7572
1461
1461
  mteb/models/model_implementations/__init__.py,sha256=BZDdde6ajKv-yroy9mqE2YS3Hw1KBdKoxBPg8aPTZEs,1164
1462
- mteb/models/model_implementations/align_models.py,sha256=DUdVWxETiwC2IrXI90zQwlvHMjeI7JJCNOmFVd2RNws,4518
1463
- mteb/models/model_implementations/amazon_models.py,sha256=pdRU2QGAB5ccQnAfbRSzHE1G3ZUdjvsAgeJwkB_olDQ,694
1464
- mteb/models/model_implementations/andersborges.py,sha256=1FVmRpdfnuQ7_vzO7WITk2MASMmlcFuXgUONO78IFLs,2361
1465
- mteb/models/model_implementations/ara_models.py,sha256=zS0t9rI21wwEwTlrlX94GqkmPKLnb8ktUaAOY-ZLmw0,1421
1466
- mteb/models/model_implementations/arctic_models.py,sha256=eaMRaN9WdpVq1W6cbtNcJMdrJUTXrTSYUjTJufCdZRY,10350
1467
- mteb/models/model_implementations/b1ade_models.py,sha256=aEKmXWVX8iJ_OotAYPOMxsOHTDEOJYdSwkR6iJsZ-ms,1609
1468
- mteb/models/model_implementations/bedrock_models.py,sha256=RWN25Es4Nb6eIMiZlFHWNAnftKMVBumM2kozpO7Kh50,8709
1469
- mteb/models/model_implementations/bge_models.py,sha256=9x0cA1Kih9zScHreboFh2MVPnD_jhCxSp1rh5PV9_lk,24086
1470
- mteb/models/model_implementations/bica_model.py,sha256=vNO6FiqOhAwUky-_Suq3ZpeJ8GVIsd6-uIU6-Y-wFy8,1227
1471
- mteb/models/model_implementations/blip2_models.py,sha256=hBdilqIIFkILmGoSl6GjT5gpFVxArp3xL3JEcWfJ1KU,7635
1472
- mteb/models/model_implementations/blip_models.py,sha256=n_XRcymbYL2Rx8AFl96OpGQcWvfzrvFQxKvFl4swzA4,11516
1473
- mteb/models/model_implementations/bm25.py,sha256=orjdCPWRdeAskQ3zJEzuNMyEks6WW1qv4mGfw8Ih51Q,4836
1474
- mteb/models/model_implementations/bmretriever_models.py,sha256=ABfrACa028Dcujan7-PaUZLTw9wkDB15XIfinP_FRxg,6555
1475
- mteb/models/model_implementations/cadet_models.py,sha256=bDula_VroXOWgSw-tquvNVGcGg7_Z1xHnoTDn6OGOYU,2225
1476
- mteb/models/model_implementations/cde_models.py,sha256=3nNU3nq3VZZcImFqH1VPj57-QJNMU6Ei2C_HCaicuUs,9012
1477
- mteb/models/model_implementations/clip_models.py,sha256=zrfgNmZszu0JMtMNdCMzEohixsrnQ7xFhCqgsiucH_Q,6107
1478
- mteb/models/model_implementations/clips_models.py,sha256=QwwoU4Zu_zwUgUg7Hn2lzpXK-GjXIST0qF_2oRxHm2Y,3410
1479
- mteb/models/model_implementations/codefuse_models.py,sha256=t_Dw_pRjh6gW1l2xLmBjd3oGcU_csy6DW3IdWsYuvGg,13975
1480
- mteb/models/model_implementations/codesage_models.py,sha256=D4CdISGyv5f2GMYq4_efgm5qNq80SWAX5R2u5mjEiXM,2998
1481
- mteb/models/model_implementations/cohere_models.py,sha256=OWFClVAN4phjBoxfGGDyGDmzMu-t2VrjCGFyAIWmz4w,13832
1482
- mteb/models/model_implementations/cohere_v.py,sha256=K6VEw1NkyM2PuMd18kHE6aqPrcByYSwEmAKjvLods_w,15760
1483
- mteb/models/model_implementations/colpali_models.py,sha256=l-0A3J5rt1bhhTKFPQ3Ti0qvWf2qXYkiv3j1si04R8I,9108
1484
- mteb/models/model_implementations/colqwen_models.py,sha256=wxR3sqyzObuXMlm1QLoFopJK3ZpQTzd3ZB5IrkzPfZk,15553
1485
- mteb/models/model_implementations/colsmol_models.py,sha256=O2M7Ksydh94M_Iax4KytHb-wOL18N0BIYLKSsLF8BFs,2967
1486
- mteb/models/model_implementations/conan_models.py,sha256=G-s7xo9VtNX-f7lWKtYVGHHiMMN0Xp44PlNIp7E0LAo,6502
1487
- mteb/models/model_implementations/dino_models.py,sha256=SFGXFZsI0ziCehNVfDn0CmQ5Uc_QDqP6jw8-jgIqDYU,25018
1488
- mteb/models/model_implementations/e5_instruct.py,sha256=9R4GoSFicgqNDCh3HhTN_8L1qhzuEKvatjHYn3T9zlU,7676
1489
- mteb/models/model_implementations/e5_models.py,sha256=ZLRgzx2uEBc_yWY6DwcJFUNKG6RHpWSEVp1_jaEURhs,9373
1490
- mteb/models/model_implementations/e5_v.py,sha256=_9W7I0ryIzx_H9eCkzwdm8iHdGX1LIjKGXkhSh_zNv8,6690
1491
- mteb/models/model_implementations/eagerworks_models.py,sha256=NOQkCUqn9jLSpf9p6KyaIHnJxYV1MNlr2z7hO2AcRSc,5744
1492
- mteb/models/model_implementations/emillykkejensen_models.py,sha256=qNrKLu7NDFCRW1YTAoS-aHjjfx6UIHATlydepitaCog,3665
1493
- mteb/models/model_implementations/en_code_retriever.py,sha256=leZ-0M6LrunocY3XQBYZU1uevDRopeyR5ujIhwqBbd8,1043
1494
- mteb/models/model_implementations/euler_models.py,sha256=EfxegMwatdeQ4Qhq5aGRnZTSu2AVc0g51ikSu9sPNXs,1106
1495
- mteb/models/model_implementations/evaclip_models.py,sha256=cPMGYLDIq4s8zJxb4vPXqJ-rqwPaq7KOh2QZSO6cDas,8000
1496
- mteb/models/model_implementations/fa_models.py,sha256=BoFk99qwsX-PqedV6-8PK7AZQbJQaB8Eaf8o75dJwqI,9610
1497
- mteb/models/model_implementations/facebookai.py,sha256=pJ4OTTQT1ggLiVmOGfp8IMQatyTsTWmrFFsDQUpN9h4,4834
1498
- mteb/models/model_implementations/geogpt_models.py,sha256=Juv86SwhgQX80lVLjAFtim2aSiJT1AcgjniyyiKyk1Q,1923
1499
- mteb/models/model_implementations/gme_v_models.py,sha256=GEu1wl5q77RMM3BwtKMjkMwm38KX_r0qWxD_IEMVC2U,13657
1500
- mteb/models/model_implementations/google_models.py,sha256=d6hZ-yWY-yZnQsXDVbdtBb_xqwYAkdeeAnsEMaqqGXI,11013
1501
- mteb/models/model_implementations/granite_vision_embedding_models.py,sha256=cvG5NliPwDVMvGuJTo8rk5yL3m6cuJZ_fMLEc0ESNfc,7315
1502
- mteb/models/model_implementations/gritlm_models.py,sha256=aS_CuioL95JAQMYiaKlGuAWU9wZjabn268Xut3bD8-w,3005
1503
- mteb/models/model_implementations/gte_models.py,sha256=G7nbR-ItIEUZdwAxlMJIX9tlXAfnaVBCQ84F75WjspQ,13661
1504
- mteb/models/model_implementations/hinvec_models.py,sha256=I_d_dSNVaGIwMIwyvTlaPAzGMpwh_PzvsfE4y47GFyg,1575
1505
- mteb/models/model_implementations/human.py,sha256=klMpuMAtYH92EIEwNMEhne_Baf9fNiTg1DNWYD11P44,532
1506
- mteb/models/model_implementations/ibm_granite_models.py,sha256=YCT0jbgawy19ps5l8QlxpQoJLjq8Nh-3R-e6yxS0DRM,7902
1507
- mteb/models/model_implementations/inf_models.py,sha256=lvXUFhAYDltq2_Xa9MHcwfhh1V20rbJLSgON76tkj6w,2906
1508
- mteb/models/model_implementations/jasper_models.py,sha256=onX_ipI-UZbaZrjcHpZtk34tpy6DcT6Yvq6X3RMSmYA,16211
1509
- mteb/models/model_implementations/jina_clip.py,sha256=CfiIxbhKspjQajNtObCfGPHOWPk6uLn4cuwydQHFTMo,5118
1510
- mteb/models/model_implementations/jina_models.py,sha256=1bkGwIaRNIun2ghkWb4FG-7js4lJ39s97Q9KAW3wkXo,34858
1511
- mteb/models/model_implementations/kalm_models.py,sha256=po9RdIr2zgHrE3BwgKq0uoOqrQzWkUUUecR6JgCohWk,61959
1512
- mteb/models/model_implementations/kblab.py,sha256=pDA-OUgBAQ2C4jGbNXoBY0RQFTyM72kt2F9yN_IZT0I,1135
1513
- mteb/models/model_implementations/kennethenevoldsen_models.py,sha256=DF-9nmsewYO9ikZ0kV81ujKGr7Ot36-9iPoxN7KX2mY,2993
1514
- mteb/models/model_implementations/kfst.py,sha256=BQj0fxMJwyA6NOdK26NDYVL3z2PW1_F-lTTVImxEWZQ,892
1515
- mteb/models/model_implementations/kowshik24_models.py,sha256=_gIJdiseyEni0Z-rOLCzVfeS4wtZZb9CCTkl-9nVH-E,1419
1516
- mteb/models/model_implementations/lens_models.py,sha256=fC7_NB1F8vBAlXD0p0-hALf6eZTPFJwpz57dy71OlwI,1696
1517
- mteb/models/model_implementations/lgai_embedding_models.py,sha256=S83pbfkMH3YUNl4skusgbK-Rn-uLuScQVxgXwegR_N4,2333
1518
- mteb/models/model_implementations/linq_models.py,sha256=EtvUyiNbjU-GJd1kS0Z0gBACkP2pFOjk0KfGMZz4K9Y,1872
1519
- mteb/models/model_implementations/listconranker.py,sha256=pFISrZ91NHsnhc5El5U_ZPsB9cSTuTY8-nDzpoNMC9s,4485
1520
- mteb/models/model_implementations/llm2clip_models.py,sha256=_sqAOb5oSbxn1oaXjWwPXRjTvxLT48xXL_tuabt2Ks0,9265
1521
- mteb/models/model_implementations/llm2vec_models.py,sha256=Og_EqnOXgIfaTcVTl3Lj5BicG83ycnXS_YHNtK63I-A,12638
1522
- mteb/models/model_implementations/mcinext_models.py,sha256=W9MBQFqGTXVa52WDFFq1Pdat2TgRvluOcD6JVAupn28,18968
1523
- mteb/models/model_implementations/mdbr_models.py,sha256=B7R3dVEH9EZ_fSZ05VveSbmTyO3Erh7iJ2WmMn52d-4,2509
1524
- mteb/models/model_implementations/misc_models.py,sha256=X0MvBQn2pRk7IT-jD3fYoja26at61FanjBtroaAg3Zc,69116
1525
- mteb/models/model_implementations/mme5_models.py,sha256=cRRXecC8EHeLQiEd1nfCb1vt75x_CnG1s_9lYRrtyTA,1484
1526
- mteb/models/model_implementations/moco_models.py,sha256=Kl0nBsqkG3crYoo5YulFq1fv97U0-IBWVFHN0UuO0lg,5483
1462
+ mteb/models/model_implementations/align_models.py,sha256=hKnheWaRqpAcPo1SJa_c2vBbB1ayrKjWmSjbZ5bwGAw,4544
1463
+ mteb/models/model_implementations/amazon_models.py,sha256=a9bLYQ1ZGWDo4RdyaPNsBqadMrBm550fLIFr1Zfp2Nk,720
1464
+ mteb/models/model_implementations/andersborges.py,sha256=AsVkRjIQKxJPdGW0ASRw_9hbfoDOYnROytV2Es-53BU,2413
1465
+ mteb/models/model_implementations/ara_models.py,sha256=UUTvLOZyKlF0-pTDniwQ-ItDONdH2JsyJKUdwtZ6aZI,1447
1466
+ mteb/models/model_implementations/arctic_models.py,sha256=Ca4OzC89F0kKb5CRd-r2Wo65MF2dsS5GiB6bCWnjfQY,10558
1467
+ mteb/models/model_implementations/b1ade_models.py,sha256=voOc0gTpqE31UxzaMZq_8AnWULJZwQBiFzViVx-m2Lk,1635
1468
+ mteb/models/model_implementations/bedrock_models.py,sha256=KKs_0_Cl6f0nzzmxmmKJ1vR2r3B7xRKMbNehov4EGjQ,8813
1469
+ mteb/models/model_implementations/bge_models.py,sha256=L98iw0GkSY5BDBVC3LELf2MYwjNG_sANlVwKxObD2xY,24528
1470
+ mteb/models/model_implementations/bica_model.py,sha256=Q2dg0w_lrcBhnOUjI4ej9ec9U82aWUyzNx7ezRv81vQ,1253
1471
+ mteb/models/model_implementations/blip2_models.py,sha256=F55NYHrK-rprWblIfkKg3GRsOuTqBNZlOY1R33UnLms,7687
1472
+ mteb/models/model_implementations/blip_models.py,sha256=AIVaMfXngIUxYV_HKeq4I531zKlDkiPMbadb8jDrelI,11724
1473
+ mteb/models/model_implementations/bm25.py,sha256=gsAHQSt10cU40Q-SOfmHCnzc4EY7GZyU0HzOVC-LhJQ,4862
1474
+ mteb/models/model_implementations/bmretriever_models.py,sha256=54OO8DJxlN3Fq-AfURZiFIbVMKisrnkOf59NNEKpYB0,6659
1475
+ mteb/models/model_implementations/cadet_models.py,sha256=wzbPmhsvBogFAEukubUir8EItlcmjcmfIGNMhtj-p7Y,2251
1476
+ mteb/models/model_implementations/cde_models.py,sha256=WdpoL_59fgRv2qq1nw9-oqkIvL8KAhHdSTxe5GB17fc,9064
1477
+ mteb/models/model_implementations/clip_models.py,sha256=A4AyhjDiTtFTqFC_Ae6oVuWoRbjVHkoe_c9YWFOsoV0,6185
1478
+ mteb/models/model_implementations/clips_models.py,sha256=QV9fIoyP2dKrra9aS04TE6rveUecVggr3jfXwNeSAOw,3488
1479
+ mteb/models/model_implementations/codefuse_models.py,sha256=NXkFqb1Pdp-HLWkzhh0ZzjVxd45fP0cQgGZ1KvXBk_s,14053
1480
+ mteb/models/model_implementations/codesage_models.py,sha256=ZPr2475aZI0vPbbLbetH2kDEY-1yNeO7OjzEfvykvg8,3076
1481
+ mteb/models/model_implementations/cohere_models.py,sha256=d2CjfrVLvkb1AATf5D1el5iMbRwW62bbZq02SwVXgvU,13936
1482
+ mteb/models/model_implementations/cohere_v.py,sha256=OM0Euckp4B0H8WI_xWfL1HrwC0gOS4NwYC3h-fpOPhk,15890
1483
+ mteb/models/model_implementations/colpali_models.py,sha256=9SooeNDU12nsisM6RIT9B9TOe56qX5vnL1rOctA4Wrc,9219
1484
+ mteb/models/model_implementations/colqwen_models.py,sha256=JOhrLlGBF1VEq-KqU6F8wAw80U96RWrGvXl3Ue6rBak,15886
1485
+ mteb/models/model_implementations/colsmol_models.py,sha256=TCxNsllRkI6DIb-JLtBlD5s9SrJhVLraP-DT1CNy0EQ,3041
1486
+ mteb/models/model_implementations/conan_models.py,sha256=AJJ8_Mv4QR1kQoKamjoZqgjLsosLb3AzNWNuWwvoNq4,6528
1487
+ mteb/models/model_implementations/dino_models.py,sha256=XMlcjKOpiM9PXqb35Ve1NpgxIsDnYsGNCVST7bYYpQY,25512
1488
+ mteb/models/model_implementations/e5_instruct.py,sha256=6bQLMC8Nea59qSu8RSqZp9n8XuQokBJHoxfZb2l6BQM,7780
1489
+ mteb/models/model_implementations/e5_models.py,sha256=18--kpfMSKxgflGjB3GvyDHOjzOpuooc3iSVe-no2U0,9607
1490
+ mteb/models/model_implementations/e5_v.py,sha256=Ko0ImRjhkzRM9kAvJozmHzUJg5pUtT4xf22f0AjXHI4,6716
1491
+ mteb/models/model_implementations/eagerworks_models.py,sha256=7bSInJGHOUqc9N-yzq0KUAtJZDX0zZkmEkzbCG_Pz0c,5770
1492
+ mteb/models/model_implementations/emillykkejensen_models.py,sha256=OveUjIikL81na6Qr8U0AcBfr9gzc0mnEKPqJXwBFSXc,3743
1493
+ mteb/models/model_implementations/en_code_retriever.py,sha256=6sSJ7l8Zrf71fYlcGaWAdF0vcZ9OAFeC1IsVtM2W_i8,1069
1494
+ mteb/models/model_implementations/euler_models.py,sha256=ftNTnLJ42cjvcUCuM5VyYcm3cQBHk6la5Gezj67_gt8,1132
1495
+ mteb/models/model_implementations/evaclip_models.py,sha256=oEoHnKQ4W09EQUCnNwpEd1ieDZGbth4j6lXfC-9jVBc,8104
1496
+ mteb/models/model_implementations/fa_models.py,sha256=Hnw2E2D1ahleS15kkC0aGDIKW1Y-0wIMOlXtqEG6Bks,9818
1497
+ mteb/models/model_implementations/facebookai.py,sha256=0x2c8LmvIFg6kGXtmDa9cbJeTmG3tia12vyr7lgycI0,4886
1498
+ mteb/models/model_implementations/geogpt_models.py,sha256=X85_jeFzBZMjNRsyqwFbIQBgXXP7rZAr5PI-wbuy828,1949
1499
+ mteb/models/model_implementations/gme_v_models.py,sha256=c5OAMnMsNamnjrSiOR9nAav7hXYLUWbe7mEksPJvL48,13748
1500
+ mteb/models/model_implementations/google_models.py,sha256=lEpk1pOkp30kg6xljw8Gtkf-QGXAe8oJVp7JZhzWlik,11143
1501
+ mteb/models/model_implementations/granite_vision_embedding_models.py,sha256=A9yWcQezu_2yVxSm3pv0Da76Hl_uNUfrDVtPK1uqYFo,7341
1502
+ mteb/models/model_implementations/gritlm_models.py,sha256=FKz9AHPaelomNMZP282F5vwsMjEBV3C2IuL3XTxXKCA,3057
1503
+ mteb/models/model_implementations/gte_models.py,sha256=-4uVx1PuqmgYWo-puMcDiFPGhjyRwNTmlMSD6QiWwDo,13895
1504
+ mteb/models/model_implementations/hinvec_models.py,sha256=r1ChD3cpcllHO9ZsVyV29vnjobq4Q7hAKioidbX4D4g,1601
1505
+ mteb/models/model_implementations/human.py,sha256=EtYa8G7Dc8fDcelBVw0xTpxGGx1YKKuprVgksY5ZOcE,558
1506
+ mteb/models/model_implementations/ibm_granite_models.py,sha256=--8N-8Nk2V5TZqGUAo9B-qoDeVTbKIU_jy03ccotmbM,8058
1507
+ mteb/models/model_implementations/inf_models.py,sha256=IBC3TaEkOxrUDXkhXaVnxerjWOZZv1v1eEqhweGWKMY,2958
1508
+ mteb/models/model_implementations/jasper_models.py,sha256=K2DC0JfMVG8Fa822-xemKNhtuL2fZgiKYTTpXp2yBGg,16263
1509
+ mteb/models/model_implementations/jina_clip.py,sha256=Ulmy5lU7bROwaCq54YsxgFehWa8-qUSvzDF_SyvKrnc,5144
1510
+ mteb/models/model_implementations/jina_models.py,sha256=5HEUfHqozrrvWHjOyj2CEU6xAM3kduLbXl4GQG9aByc,35021
1511
+ mteb/models/model_implementations/kalm_models.py,sha256=SHqkw5p7HzmQrb_bIFjRp1rsuv2v531nXIk390h_ojY,62115
1512
+ mteb/models/model_implementations/kblab.py,sha256=n6sMGorSIBQlRHipPC3j2UiKA3r7avriwPvw0wuQKe4,1161
1513
+ mteb/models/model_implementations/kennethenevoldsen_models.py,sha256=ETKkFHRTSGR951YqU0TAJa2P--cZ7aaFV0CC6fdq5gU,3045
1514
+ mteb/models/model_implementations/kfst.py,sha256=sqlEUfAl84EPw1WjTZdlB4ps6GgkY3dCk3n8U9_YtV0,918
1515
+ mteb/models/model_implementations/kowshik24_models.py,sha256=i8fDs8Vm5vcpRTW3kI8P1odyDbogFMlMqGK5AOqXaes,1445
1516
+ mteb/models/model_implementations/lens_models.py,sha256=sVgP-wyi7SrMVyXkS1msMEKkE2ZTheYrt3QwGezqqJk,1748
1517
+ mteb/models/model_implementations/lgai_embedding_models.py,sha256=aigHsDVY1yhN4hhmaxUlsxbPXe9S8JhfpNq6XSY17s0,2359
1518
+ mteb/models/model_implementations/linq_models.py,sha256=huy7c95uYmhmjf6VZtx30YtMiSNrqhm7PJE3Vb3W-5g,1898
1519
+ mteb/models/model_implementations/listconranker.py,sha256=EwUAvWefDmx4x_YCIJRVsKI3j3konQIHOiJ4paG2lvY,4492
1520
+ mteb/models/model_implementations/llm2clip_models.py,sha256=BatYnh6y1w0zF24Fsp1z30kqmXf3FAKeq6_MEKdzEF8,9343
1521
+ mteb/models/model_implementations/llm2vec_models.py,sha256=0I_UydxopC41lKWcIpCMaKADXcFVUfPwKwk0vZFG2zY,12846
1522
+ mteb/models/model_implementations/mcinext_models.py,sha256=h-X9og2Cjj8DarHkaLOfqlIHpeCGnJZv0EuwYG61uzY,19127
1523
+ mteb/models/model_implementations/mdbr_models.py,sha256=knDaM_j_kL9uq1Ng5s6InsTEZ-Cu0jBux8zmrbDnrig,2561
1524
+ mteb/models/model_implementations/misc_models.py,sha256=djB2ySEBiCvxwWGZUXIwzeH9eaXtlqV7ttQEDUFlKQQ,70754
1525
+ mteb/models/model_implementations/mme5_models.py,sha256=Fuge1fqGbaWqw-Hbd75Xr31JTqJTL45yJ4DAw3QJuyE,1510
1526
+ mteb/models/model_implementations/moco_models.py,sha256=mfn7JetQByzN09NY30O5KAOlNPYCe7BYfGkS3Uk8xDg,5535
1527
1527
  mteb/models/model_implementations/mod_models.py,sha256=jt33SfV476FIQJ-W-FRi_ocyRY1u8ldRFuo-PgejJDU,6335
1528
- mteb/models/model_implementations/model2vec_models.py,sha256=D-EY-6P-cKKunbgzk4DHzJL1ogpWYFhpHbTLb8qQjJw,13765
1529
- mteb/models/model_implementations/moka_models.py,sha256=Y5do7Z4JyGxabYrjHhkBLqCKTQKotniS-f4kOgXJjag,4995
1530
- mteb/models/model_implementations/mxbai_models.py,sha256=KJXfUVW8e6LJEq3EO-Zy-pu6-9e-Q0mjP6_W7GP6QoI,3851
1531
- mteb/models/model_implementations/nbailab.py,sha256=bqqR0qs10IH2g5HC6K962tDMBciw8qFsNVHADNS72jk,2396
1532
- mteb/models/model_implementations/no_instruct_sentence_models.py,sha256=6i-xbLRRNKuDpU-hwklwdQjgu1wnz5CecLSoc6kyd7Q,3976
1533
- mteb/models/model_implementations/nomic_models.py,sha256=WmSX6YyYaG5EG9M3OX-tTgdznFVJanfVAxRKJ-vNXF0,14736
1534
- mteb/models/model_implementations/nomic_models_vision.py,sha256=6aca0XVLXnkGk6GW8jVCIbbjPGq98lKq4c9Az4jbEkE,6805
1535
- mteb/models/model_implementations/nvidia_llama_nemoretriever_colemb.py,sha256=yOaRX9amblBRGmNA-By2M8qD4ZsabSN2vw_jp1aXwuA,6314
1536
- mteb/models/model_implementations/nvidia_models.py,sha256=acVverAt77lURkILCVkCdXsWgY1BJoG1-ugB7yIhlIM,21555
1537
- mteb/models/model_implementations/openai_models.py,sha256=loU6JByNUwRidq7lmcu8iGOtUQvzejw6HVLaF_IKCR0,9352
1538
- mteb/models/model_implementations/openclip_models.py,sha256=W8XcokgLU1nSmMaWpYXkWWizVd3sQezcP02YtF2fXpo,11436
1539
- mteb/models/model_implementations/opensearch_neural_sparse_models.py,sha256=fuxIjOx_kPoDps5C7LW3JllG-AZj4ktqeTNgJESHZh4,8351
1540
- mteb/models/model_implementations/ops_moa_models.py,sha256=luWw1j2iTMx1z1ydLCjvCI89E9Yvge7ruEawivJTmfE,2413
1528
+ mteb/models/model_implementations/model2vec_models.py,sha256=eSHjo_X3I_6MGJdT8Hz_b8RQlO5nL9VUatQgbO2yr04,14103
1529
+ mteb/models/model_implementations/moka_models.py,sha256=xY3geXKZwefqVsDZq95AB75GlZpvA9mJKSyPMvb75Us,5073
1530
+ mteb/models/model_implementations/mxbai_models.py,sha256=YcgOdcx_vv5UpPi7k7PBuq_M0eqCaktfWfQV5NTlNoc,3929
1531
+ mteb/models/model_implementations/nbailab.py,sha256=DtfHjQgGX1YPnlceqZDqDr6IlFwKCJjWN-BEcNt5m-s,2474
1532
+ mteb/models/model_implementations/no_instruct_sentence_models.py,sha256=oH_ReS5_q7xzJT26p84uzGiszTATbPU3E-mIy4QKgrk,4002
1533
+ mteb/models/model_implementations/nomic_models.py,sha256=S5H03E6YdOccq7fh9Ej-gCE88OdR5Cdj3cpQ63HRSCg,14892
1534
+ mteb/models/model_implementations/nomic_models_vision.py,sha256=9AQRJkPkFDPjuSqdIh8wJ0-pqS2fe_oDZzPR4Y0tOSg,6831
1535
+ mteb/models/model_implementations/nvidia_llama_nemoretriever_colemb.py,sha256=phbwPnRfrEuJTlrUucI1qxcViMQWogeXQkTZbUkNsQc,6388
1536
+ mteb/models/model_implementations/nvidia_models.py,sha256=OKRnlhlMyBASe-RpU_8j4_ENFdjOtNsZm5fKlnAtcAo,21633
1537
+ mteb/models/model_implementations/octen_models.py,sha256=TT87UHZRK6UDenoIXaarR5oCZ6wgILivu-gondkNqDM,6500
1538
+ mteb/models/model_implementations/openai_models.py,sha256=905BajYi_XyOZgqU3AeKpwIttLoUitaAyc48sTWI6Jg,9482
1539
+ mteb/models/model_implementations/openclip_models.py,sha256=KrLzLtpudqVSEFHaGqY_dOGfC3ZkjYT4_02DYWMUeI0,11644
1540
+ mteb/models/model_implementations/opensearch_neural_sparse_models.py,sha256=hS33RteHexhkIekQVKsjx6czKr6YdWINaVa60J91Wnk,8481
1541
+ mteb/models/model_implementations/ops_moa_models.py,sha256=EFEDwYuKiLzaSAg2_wWesyqRkaCtTcsa-B8Pu2NvEus,2465
1541
1542
  mteb/models/model_implementations/ordalietech_solon_embeddings_mini_beta_1_1.py,sha256=qGXv71qRjNCIFluZOwvfBlFlKKyN2bXBokwUPk4KHmM,1066
1542
- mteb/models/model_implementations/pawan_models.py,sha256=rV2ePGIuYroocvwqDXm4VU369Y_Vr67CyAE-08K5B9c,1151
1543
- mteb/models/model_implementations/piccolo_models.py,sha256=d8Dtkv_ZTUOCmJLLOuwquq-gX-2UfKvAtl_LvAS0Xi0,2113
1544
- mteb/models/model_implementations/promptriever_models.py,sha256=S7uWes_P74p3OZR_KBJHJN_ezlvvRx2__46DMCWqV5M,6328
1545
- mteb/models/model_implementations/pylate_models.py,sha256=VRLcjNTtoLLV-E_Oa-F6KkS0h-oSASvjGq6iKSWZgZs,16715
1546
- mteb/models/model_implementations/qodo_models.py,sha256=JDqffDlQiOEariyheybOIf3iNkqot2gTkEIHWDnRbUE,2037
1547
- mteb/models/model_implementations/qtack_models.py,sha256=biZLH5E3UWIcMZXIZNGgBZFEUvovPpAo6vUyL776W1w,1224
1548
- mteb/models/model_implementations/qwen3_models.py,sha256=F_o6ciD-6gLFfIlQYD9MsNvcbkmGzJ39eKpFlEog1rM,5132
1549
- mteb/models/model_implementations/qzhou_models.py,sha256=7KaZpHdap-YyK0QxOMHxU0W2aGismx7GZv_bNXkEOcI,3536
1550
- mteb/models/model_implementations/random_baseline.py,sha256=z4xNs5fbH1HUZhtf3Ry5AKa264SWk2Y4eobRu8rmPKM,7563
1551
- mteb/models/model_implementations/rasgaard_models.py,sha256=a8F3kDSBWHH0UR7wRioOrWGQUxtloD5mU7EG27iM-68,1260
1552
- mteb/models/model_implementations/reasonir_model.py,sha256=wSCcJpUgZ0pG2g3vTEzYNmPlPG_CVn_rR0ENVCines0,2218
1553
- mteb/models/model_implementations/repllama_models.py,sha256=89HoqEpzkNysHeuf_-YhU8WETamHTogSRztGIRo6G1s,7321
1554
- mteb/models/model_implementations/rerankers_custom.py,sha256=ro73A9-hHudy3_qIMrhP-ja-3Xqu78r_aORm856zHQc,10651
1555
- mteb/models/model_implementations/rerankers_monot5_based.py,sha256=rxVwzapNnHl4gCw79XVCaTXj3-wbToyj7XVL97tpAF4,34302
1556
- mteb/models/model_implementations/richinfoai_models.py,sha256=llvYa0JUjyOOMbuTgOYoJ2qeqZ5rLHX1ZjZIYlYbdvA,989
1557
- mteb/models/model_implementations/ru_sentence_models.py,sha256=mh5TPy0EZVGioiXizrz-W_ssrlLZ2Q7HCbGZ-6TYszE,41238
1558
- mteb/models/model_implementations/ruri_models.py,sha256=-BTYkZ8dEWZUbGqx3YB5yFSrzMwZtXX7sMUHzrlB8ws,10043
1559
- mteb/models/model_implementations/salesforce_models.py,sha256=KslTK-IKeLvNG-vQir9k6swkaOgjk6eyozm_BOVgTpY,5160
1560
- mteb/models/model_implementations/samilpwc_models.py,sha256=oMwKNwCxoH1jZgCy04oo2oVlBZWu253QMpnEEC6emz8,2021
1561
- mteb/models/model_implementations/sarashina_embedding_models.py,sha256=TSmr2FEX79mJTA9mbEV3meEZYSelGv58Veiw__TTGFM,8415
1562
- mteb/models/model_implementations/searchmap_models.py,sha256=XvVl99emIgnNUCxkTuFQXW6py2R8vgsArfpyHveCugw,1904
1563
- mteb/models/model_implementations/seed_1_6_embedding_models.py,sha256=Q8JTW2fjePR9dq4spuwK2lyVeL3mn1bl-H5wkQuEV_E,18609
1543
+ mteb/models/model_implementations/pawan_models.py,sha256=5Oruum3FczgkxjpCS_ilTFQd1B_aaHao_yXnOjE4qck,1177
1544
+ mteb/models/model_implementations/piccolo_models.py,sha256=Y8jDNzp3VAdwIsT_fGG1ulWVyV7NTWs7_jpmWK036gw,2165
1545
+ mteb/models/model_implementations/promptriever_models.py,sha256=pSlOQaem5tnLn9k9_WoJm4Cmw_Wj5oBvwfr5zMvykC0,6432
1546
+ mteb/models/model_implementations/pylate_models.py,sha256=S5X8FMCVoYPU0jHhsqV1mK6OmIrx_QxbKFjRsqywoPU,16826
1547
+ mteb/models/model_implementations/qodo_models.py,sha256=jMGlDYyAYp87zOwDN_WNqsU_PVLv2Tlrkbpe_sb5iiw,2089
1548
+ mteb/models/model_implementations/qtack_models.py,sha256=YEuK7Qi1e3NyB1tbOmuqV-BIQIaarhQK-33WejupJiA,1250
1549
+ mteb/models/model_implementations/qwen3_models.py,sha256=98yCMHTg8ueCT1fXkaNWMBleSLS-ygcJEnjQmcacGmI,5210
1550
+ mteb/models/model_implementations/qzhou_models.py,sha256=TZBX9WXn2X5JyFALx2aSZLGsIseNnhrCVMycHU8LUXk,3588
1551
+ mteb/models/model_implementations/random_baseline.py,sha256=Ei6YZWhhJuPI60iUzBCHB9FevtlW02VFOslpz1_-8-4,7596
1552
+ mteb/models/model_implementations/rasgaard_models.py,sha256=eGe_J_osCOQ4CRBU4e3-OQbfQL4Ab98Abk98Pv6iWtE,1286
1553
+ mteb/models/model_implementations/reasonir_model.py,sha256=o9-DufwMG3gutecFsX6OwTio9LKCJbAXuBV4fD-Q5p4,2244
1554
+ mteb/models/model_implementations/repllama_models.py,sha256=o5qW7zZ8l1XZF8VwcLuPRHVJs30_FYUE3DR-Gj-BVU0,7373
1555
+ mteb/models/model_implementations/rerankers_custom.py,sha256=1C3_7GxBf-9B8QjesJMLsGyJFRLWdBgn-5d_AlGUNXc,10672
1556
+ mteb/models/model_implementations/rerankers_monot5_based.py,sha256=DiTX1CPVZvH57MHjqs01ke7S0EOKji_vvz3MreAMXLg,34400
1557
+ mteb/models/model_implementations/richinfoai_models.py,sha256=YQHVXVg2Wmb8m6nirLx6vwde_1xjOtlgftTv48asnww,1015
1558
+ mteb/models/model_implementations/ru_sentence_models.py,sha256=-CbCCy5JRuDZAsWS7FBS7OOPaziFXjwiJdko9241KgI,41758
1559
+ mteb/models/model_implementations/ruri_models.py,sha256=QW_Mk5_4U45RyC-CvwjT2MUWtobrZ37wHNxpJGGJmos,10303
1560
+ mteb/models/model_implementations/salesforce_models.py,sha256=0miQqhSkJKfdKxLv-xl3BL-sCSgkKg1FX-gVu43cdr4,5238
1561
+ mteb/models/model_implementations/samilpwc_models.py,sha256=ZcMUO_pWXARqzBa_2G6qAsSaq-_lCPo8a_XG0G_H_f0,2047
1562
+ mteb/models/model_implementations/sarashina_embedding_models.py,sha256=LmJAsZ_zXywQwpQspQRB83jThRq2Lc8wxZt8K8UYzRw,8467
1563
+ mteb/models/model_implementations/searchmap_models.py,sha256=WpwYwv0xWmig-rTGK0Li7m8ppADV-Qhy9BiHPlhGZug,1930
1564
+ mteb/models/model_implementations/seed_1_6_embedding_models.py,sha256=gcGKEY-n7DWGPlXYhO_kcNJ3lkBEnbw8NUxADNs3siM,18635
1564
1565
  mteb/models/model_implementations/seed_1_6_embedding_models_1215.py,sha256=O0BlsOHaxF0EEGaoas4AdzB8f-_9W9lwfoxLypexKEo,37516
1565
- mteb/models/model_implementations/seed_models.py,sha256=SgK4kPVO6V33G3F1zSq06zSkWarPLEwBt1SWp4TUoVw,14142
1566
- mteb/models/model_implementations/sentence_transformers_models.py,sha256=J0uFt6cFkHohTNtFJe3Ne1weNndYVVinSGFBKYlolt8,22784
1567
- mteb/models/model_implementations/shuu_model.py,sha256=KkcuVYjIzoha3Fvxh8ppqHQ9BfNMWeqDqn9dGCRKUjg,1167
1568
- mteb/models/model_implementations/siglip_models.py,sha256=tvi8QB2ayBoeXsxwHrl5RFlkknvE6FM9N06zSBWGQD0,12602
1569
- mteb/models/model_implementations/sonar_models.py,sha256=Nc6kAJRWSrxA57DPRrgOPHqS1dNhz2vsE_1ZA2JtigQ,4784
1570
- mteb/models/model_implementations/spartan8806_atles_champion.py,sha256=yTwZPWg2pj7WSDecKFO-pV9ykXkebXoPiR3JORavCIQ,1213
1571
- mteb/models/model_implementations/stella_models.py,sha256=NL3tk-rnuBdznsQ-nmelqun4tFO2xKoNPPOOVKqnPGU,8062
1572
- mteb/models/model_implementations/tarka_models.py,sha256=UwSb3e-k7dCgQAJv3176ZvKpkjLZfpdPzwf-b0Oxuuo,27345
1566
+ mteb/models/model_implementations/seed_models.py,sha256=9UF2AQ0Uue8DD73SjYhHn2hLxey_7Iq9ii9TkRaA3CM,14168
1567
+ mteb/models/model_implementations/sentence_transformers_models.py,sha256=_4MbkdjZ58bell8Ss0JkyCAkLzUxTLBMofnHckRtWs0,23252
1568
+ mteb/models/model_implementations/shuu_model.py,sha256=8-hoGqELHQRQ1QFhjwyuOY_8rqj_6f9vhE1Xi8OJ8aw,1162
1569
+ mteb/models/model_implementations/siglip_models.py,sha256=yHfhk5rHC1as0UG7EdEIaqemNxg3e5DRbZnNOunfXS8,12862
1570
+ mteb/models/model_implementations/sonar_models.py,sha256=e0zG4ZxCM52mOtIpd43mMORZcX39utOiVDvzX_mz7oQ,4810
1571
+ mteb/models/model_implementations/spartan8806_atles_champion.py,sha256=ucTQMRhwSWzzIohVN8Zd7qehqllReG6WFTnD2rkGTLI,1239
1572
+ mteb/models/model_implementations/stella_models.py,sha256=9nKuiMXkUE58KGpoDx1Ft29x80oCkLQr8GucsM6c4Fw,8218
1573
+ mteb/models/model_implementations/tarka_models.py,sha256=lTA4oIKDKqU8FQ7nBDkQM-L4_945SnBGK499TkMALVk,27397
1573
1574
  mteb/models/model_implementations/text2vec_models.py,sha256=zaHWRc2W0RYZAOetinqRzug9UGW0HmY5U-jYsLXA8wo,4160
1574
- mteb/models/model_implementations/ua_sentence_models.py,sha256=SNaTaRcRLFn9SO0TECkqqqu-IXO9tWhBduN-i92y3W4,1667
1575
- mteb/models/model_implementations/uae_models.py,sha256=KZxH5a3t-sfh33xUBkLizEuyFAyPlGfnRsn-S7mjq74,3112
1576
- mteb/models/model_implementations/vdr_models.py,sha256=nz8yZLRJc3RDMFWxXf1mb8bPD8c__IQDJMwHxKgJXkA,1422
1577
- mteb/models/model_implementations/vi_vn_models.py,sha256=adATWIhwImbajHqM8zpgrZbNwo-4VEZNehejBEpx4zg,6042
1578
- mteb/models/model_implementations/vista_models.py,sha256=Q3I01kRtIPaoke0iMIcH4CLcCDTnMSIBFNCof7LPTX4,10832
1579
- mteb/models/model_implementations/vlm2vec_models.py,sha256=HGGy_-z9Wc99xOKum71rBNipCPqWcM1efmmXgy5Rvxc,11724
1580
- mteb/models/model_implementations/voyage_models.py,sha256=dOCccOQlloGrg0q44PxMQzx8dHuQ8VgkDUD01EydpJ0,19824
1581
- mteb/models/model_implementations/voyage_v.py,sha256=vT1MXCt6-_PWA9U7lNz-Qj2zyGHwm_79WqxH4elMm90,8162
1582
- mteb/models/model_implementations/xyz_models.py,sha256=TePlrH6EHwRPO87U_J3Yce9-XHCn_X7I2cJ_6BZ2fUY,1296
1583
- mteb/models/model_implementations/youtu_models.py,sha256=NB74E6z-_36HyXb8GXKn8CrmRLN68uX9eH4xcS57zl0,5938
1584
- mteb/models/model_implementations/yuan_models.py,sha256=yZ6ki6YFaoVrJ_2pPSRQaMKOsIOUo3GtmhPx1qeUl2w,939
1585
- mteb/models/model_implementations/yuan_models_en.py,sha256=kvdfJTeiOP2V2X3xuYmrmYaRfh4jQ1ZYt7B4hju9s4A,1654
1575
+ mteb/models/model_implementations/ua_sentence_models.py,sha256=vgBJbXR8-6xau78MMTJ985Uj46_VoRIFatGW8vuOllc,1693
1576
+ mteb/models/model_implementations/uae_models.py,sha256=_OLyy5veJJunBewWafkN_FUl2Hv_qqmU1zr2DGs94ek,3138
1577
+ mteb/models/model_implementations/vdr_models.py,sha256=1yEkK_5w7rEd4O-8DTjQYc6Ip_h51WxkQcI3vQ2puTs,1448
1578
+ mteb/models/model_implementations/vi_vn_models.py,sha256=UZ0bC-inqwL52TjWKfXijyeOyZRIycj1bHJs3t-jjrQ,6198
1579
+ mteb/models/model_implementations/vista_models.py,sha256=GkQFHIwwjxwM0wDuo-dWJBo4dLExlHtHfXwhcdKA5uQ,10884
1580
+ mteb/models/model_implementations/vlm2vec_models.py,sha256=xG5Lp-v4eB08_iPIcKK11iB7-zOHIPk6T4lWU2OoCcI,11776
1581
+ mteb/models/model_implementations/voyage_models.py,sha256=5A5RD2A6B20qLDVEpWL0TNMQOf5hnTVXdBugdh5q4d0,20214
1582
+ mteb/models/model_implementations/voyage_v.py,sha256=pkDmyLcj3XCzMJI7AJ86YS14S6_GUqfhFg7cf_otMfw,8188
1583
+ mteb/models/model_implementations/xyz_models.py,sha256=gjwCx3U4AxMcJDTSWVoYV6xeyXLw7lUZI5D6Q7JjWho,1322
1584
+ mteb/models/model_implementations/youtu_models.py,sha256=U2PbAg4QnNZfQSORDm-I-uhYZr3XRQvWiOAU9uO8SQc,5964
1585
+ mteb/models/model_implementations/yuan_models.py,sha256=7_nwkXwh3tyoz7wo7pCq9ryHPVX0_uE1wJBNQRsKp-o,965
1586
+ mteb/models/model_implementations/yuan_models_en.py,sha256=xliuxqPPiCPLdEDhs8OsBKQgOLp3qBwO6806aKSeRdc,1680
1586
1587
  mteb/models/search_encoder_index/__init__.py,sha256=3QFacIuFyEiI7ocsSkb3Lp2S2L7MLkpHCMIJ201fowA,182
1587
1588
  mteb/models/search_encoder_index/search_backend_protocol.py,sha256=TSjlx88stJcMldbAeVqNCf8JsQvE-B5rf5SBRw90isY,1890
1588
1589
  mteb/models/search_encoder_index/search_indexes/__init__.py,sha256=Wm60_oUemUpFsvrCMW111dcPH2L2rt1iZrXMskXmG7o,88
1589
- mteb/models/search_encoder_index/search_indexes/faiss_search_index.py,sha256=WMs3QbbYV13fRuT3dakmdVMZLFdc_9ZzSupS3QxlbVQ,5555
1590
+ mteb/models/search_encoder_index/search_indexes/faiss_search_index.py,sha256=wl7pBU-zyjX3H1Tc93a6N5nKLBnRijWyb2CUEgKt0VI,5632
1590
1591
  mteb/results/__init__.py,sha256=EXQqK4Am5eIYzD52dpcGAFSdqnC38oE6JHN302oidHc,158
1591
- mteb/results/benchmark_results.py,sha256=_d5vJWFwGmriFrLYmHI-P28vXSxXsWkg7hIQGKH_44w,19167
1592
- mteb/results/model_result.py,sha256=Y6b_xfJlw8EFZq464ZVhyw0Rryv111hvMjnXbEZJpXk,14059
1593
- mteb/results/task_result.py,sha256=DgmAw6akotjp8m8E6gE8QP9mQMxUvyzu1hnZ5o01GkU,32303
1592
+ mteb/results/benchmark_results.py,sha256=whY2b9CYD8LJ4fzYfMfrvuYnDxJKZYW1Z0RBsMWq1ns,19899
1593
+ mteb/results/model_result.py,sha256=wY8Za1R4pumS0cq0ePJCNelFEs7LEIecZcBJ59vyQxU,14112
1594
+ mteb/results/task_result.py,sha256=GB1YTi_N9OXuzL4VRckaR5twz7F78UDLPbdqGWv8Z2Y,32478
1594
1595
  mteb/tasks/__init__.py,sha256=izAxU0ip1F_YUwx0dFCuN35BaktdmePh6vlDiHC0kLo,503
1595
1596
  mteb/tasks/aggregated_tasks/__init__.py,sha256=Ufgbh1AirxCQkojO3AUhUFWM8zQG10cfdVTkj_PeyLI,104
1596
1597
  mteb/tasks/aggregated_tasks/eng/__init__.py,sha256=HgaSyAX8Is5CGE006RgJkLQQVxrx2FmMnm6NHQBDi-4,358
@@ -2601,9 +2602,9 @@ mteb/types/_metadata.py,sha256=NN-W0S6a5TDV7UkpRx1pyWtGF4TyyCyoPUfHOwdeci8,2290
2601
2602
  mteb/types/_result.py,sha256=CRAUc5IvqI3_9SyXDwv-PWLCXwXdZem9RePeYESRtuw,996
2602
2603
  mteb/types/_string_validators.py,sha256=PY-dYq4E8O50VS3bLYdldPWp400fl_WzUjfVSkNWe8U,523
2603
2604
  mteb/types/statistics.py,sha256=YwJsxTf1eaCI_RE-J37a-gK5wDeGAsmkeZKoZCFihSo,3755
2604
- mteb-2.5.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
2605
- mteb-2.5.1.dist-info/METADATA,sha256=zL9cLsZstap4AfRmVVd1RjRoLj_--FLMtYNTxWa8tSc,13990
2606
- mteb-2.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2607
- mteb-2.5.1.dist-info/entry_points.txt,sha256=8IJoEJFKoDHmVnNev-qJ9pp4Ln7_1-ma9QsXnzVCzGU,39
2608
- mteb-2.5.1.dist-info/top_level.txt,sha256=OLVIjcQAlWBz0bdmutKlWHLF42FF0hp4uVAg3ZyiG4U,5
2609
- mteb-2.5.1.dist-info/RECORD,,
2605
+ mteb-2.5.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
2606
+ mteb-2.5.3.dist-info/METADATA,sha256=WNh8oN0eu2FuL94XKUX6qnIKcsfKGxJFdLCmbxWXoKU,13990
2607
+ mteb-2.5.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2608
+ mteb-2.5.3.dist-info/entry_points.txt,sha256=8IJoEJFKoDHmVnNev-qJ9pp4Ln7_1-ma9QsXnzVCzGU,39
2609
+ mteb-2.5.3.dist-info/top_level.txt,sha256=OLVIjcQAlWBz0bdmutKlWHLF42FF0hp4uVAg3ZyiG4U,5
2610
+ mteb-2.5.3.dist-info/RECORD,,
File without changes