Skip to content

Commit 455bc2c

Browse files
author
Daniele Briggi
committed
feat(cli): add db path global option
- feat(evaluation): model evaluation script with msmarco dataset - fix(hash): use stronger hash algorithm
1 parent a7d6826 commit 455bc2c

File tree

6 files changed

+469
-25
lines changed

6 files changed

+469
-25
lines changed

model_evaluation/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 1. Process dataset
2+
python test_ms_marco.py process --config example_config.json --limit-rows 100
3+
4+
# 2. Evaluate (saves to example_config_evaluation_results.txt)
5+
python test_ms_marco.py evaluate --config example_config.json --limit-rows 100
19.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)