Skip to content

Commit 82369e9

Browse files
committed
update version
1 parent a724ee7 commit 82369e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

C_MTEB/MLDR/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ python step1-eval_rerank_mldr.py \
336336

337337
## BM25 Baseline
338338

339-
We provide two methods of evaluating BM25 baseline (we report the results using the same tokenizer in our paper for a equitable comparison):
339+
We provide two methods of evaluating BM25 baseline:
340340

341341
1. Use the same tokenizer with [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) (i.e., tokenizer of [XLM-Roberta](https://huggingface.co/FacebookAI/xlm-roberta-large)):
342342

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='FlagEmbedding',
8-
version='1.2.3',
8+
version='1.2.4',
99
description='FlagEmbedding',
1010
long_description=readme,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)