mteb 2.2.0__py3-none-any.whl → 2.2.1__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.
- mteb/models/search_wrappers.py +1 -1
- {mteb-2.2.0.dist-info → mteb-2.2.1.dist-info}/METADATA +1 -1
- {mteb-2.2.0.dist-info → mteb-2.2.1.dist-info}/RECORD +7 -7
- {mteb-2.2.0.dist-info → mteb-2.2.1.dist-info}/WHEEL +0 -0
- {mteb-2.2.0.dist-info → mteb-2.2.1.dist-info}/entry_points.txt +0 -0
- {mteb-2.2.0.dist-info → mteb-2.2.1.dist-info}/licenses/LICENSE +0 -0
- {mteb-2.2.0.dist-info → mteb-2.2.1.dist-info}/top_level.txt +0 -0
mteb/models/search_wrappers.py
CHANGED
|
@@ -147,7 +147,7 @@ class SearchEncoderWrapper:
|
|
|
147
147
|
top_k: int,
|
|
148
148
|
encode_kwargs: dict[str, Any],
|
|
149
149
|
) -> dict[str, list[tuple[float, str]]]:
|
|
150
|
-
logger.info("Encoding Corpus in batches
|
|
150
|
+
logger.info("Encoding Corpus in batches (this might take a while)...")
|
|
151
151
|
itr = range(0, len(self.task_corpus), self.corpus_chunk_size)
|
|
152
152
|
|
|
153
153
|
result_heaps = {qid: [] for qid in query_idx_to_id.values()}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mteb
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Massive Text Embedding Benchmark
|
|
5
5
|
Author-email: MTEB Contributors <niklas@huggingface.co>, Kenneth Enevoldsen <kenneth.enevoldsen@cas.au.dk>, Nouamane Tazi <nouamane@huggingface.co>, Nils Reimers <info@nils-reimers.de>
|
|
6
6
|
Maintainer-email: Kenneth Enevoldsen <kenneth.enevoldsen@cas.au.dk>, Roman Solomatin <risolomatin@gmail.com>, Isaac Chung <chungisaac1217@gmail.com>
|
|
@@ -1434,7 +1434,7 @@ mteb/models/get_model_meta.py,sha256=VpZZNINk-QrNeVpPZnlqzlLhtBs8G84eRwTzAb_gRD4
|
|
|
1434
1434
|
mteb/models/instruct_wrapper.py,sha256=Ty4nfEvioycL_uATkhd0PGuyeB5Xc9xrRd6HOGgb-tc,9005
|
|
1435
1435
|
mteb/models/model_meta.py,sha256=b-Nel9nX5bJk4cgJnqkBzEKyMY7uXvxlCBSxmmH1Ios,14769
|
|
1436
1436
|
mteb/models/models_protocols.py,sha256=D2hYWn_UBGMaKtRwBx3u0B0ni6lHJjSzTxX21XFNwIc,8917
|
|
1437
|
-
mteb/models/search_wrappers.py,sha256=
|
|
1437
|
+
mteb/models/search_wrappers.py,sha256=9PrS12afZInQKnmky2zdDrY_tVaC-Lwx__3zmoFIgn0,15475
|
|
1438
1438
|
mteb/models/sentence_transformer_wrapper.py,sha256=n5CMsM6Lpg_CFHH0NkpJusMsaLUTt-L9vRmFINQ961k,12338
|
|
1439
1439
|
mteb/models/cache_wrappers/__init__.py,sha256=j3JBHN73Tr7uMUO92FEvKXstnybxrPpGWmKXU2lAoIE,88
|
|
1440
1440
|
mteb/models/cache_wrappers/cache_backend_protocol.py,sha256=TR7kD7KbN1J4piszIecpegtLZYGy7sRHZt3SDWlImKk,1665
|
|
@@ -2558,9 +2558,9 @@ mteb/types/_metadata.py,sha256=NN-W0S6a5TDV7UkpRx1pyWtGF4TyyCyoPUfHOwdeci8,2290
|
|
|
2558
2558
|
mteb/types/_result.py,sha256=CRAUc5IvqI3_9SyXDwv-PWLCXwXdZem9RePeYESRtuw,996
|
|
2559
2559
|
mteb/types/_string_validators.py,sha256=PY-dYq4E8O50VS3bLYdldPWp400fl_WzUjfVSkNWe8U,523
|
|
2560
2560
|
mteb/types/statistics.py,sha256=YwJsxTf1eaCI_RE-J37a-gK5wDeGAsmkeZKoZCFihSo,3755
|
|
2561
|
-
mteb-2.2.
|
|
2562
|
-
mteb-2.2.
|
|
2563
|
-
mteb-2.2.
|
|
2564
|
-
mteb-2.2.
|
|
2565
|
-
mteb-2.2.
|
|
2566
|
-
mteb-2.2.
|
|
2561
|
+
mteb-2.2.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
2562
|
+
mteb-2.2.1.dist-info/METADATA,sha256=0o9W1431q71D-h6_mUMwyuEhk9wbFC-31DyDA0vFDhY,13573
|
|
2563
|
+
mteb-2.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2564
|
+
mteb-2.2.1.dist-info/entry_points.txt,sha256=8IJoEJFKoDHmVnNev-qJ9pp4Ln7_1-ma9QsXnzVCzGU,39
|
|
2565
|
+
mteb-2.2.1.dist-info/top_level.txt,sha256=OLVIjcQAlWBz0bdmutKlWHLF42FF0hp4uVAg3ZyiG4U,5
|
|
2566
|
+
mteb-2.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|