Skip to content

Commit 0ea3d11

Browse files
authored
Merge pull request #1046 from 545999961/master
upda reranker evaluate code
2 parents 47e31bc + 501fc32 commit 0ea3d11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FlagEmbedding/llm_reranker/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [Model List](#model-list)
44
- [Usage](#usage)
55
- [Fine-tuning](#fine-tune)
6+
- [Evaluate Script](#evaluate-script)
67
- [Evaluation](#evaluation)
78
- [Citation](#citation)
89

@@ -374,7 +375,7 @@ If you download reranker-v2-minicpm-layerwise, you can load it with the followin
374375

375376
```shell
376377
python evaluate.py \
377-
--input_path ../LLARA/data/finetune/toy_finetune_data.jsonl \
378+
--input_path ./toy_finetune_data.jsonl \
378379
--metrics mrr recall ndcg map precision \
379380
--k_values 1 10 100
380381
```

0 commit comments

Comments
 (0)