Skip to content

Commit

Permalink
Add note in docs/experiments-ance-prf.md about needing merges.txt (ca…
Browse files Browse the repository at this point in the history
  • Loading branch information
XY2323819551 committed May 9, 2022
1 parent 7500f19 commit 46a721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/experiments-ance-prf.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Second, it takes two more parameters, one `--ance-prf-encoder` which points to t

For the lucene index, it needs to have `--storeRaw` enabled when building the index.

To reproduce `TREC DL 2019 Passage`, use the command below, change `--ance-prf-encoder` to the path that stores the checkpoint:
To reproduce `TREC DL 2019 Passage`, use the command below, change `--ance-prf-encoder` to the path that stores the checkpoint (Remember to check if `merges.txt` exists in your checkpoint directory, if it doesn't, you can download this file from [roberta-base](https://huggingface.co/roberta-base/tree/main) and add it to the checkpoint directory)
```
$ python -m pyserini.dsearch --topics dl19-passage \
--index msmarco-passage-ance-bf \
Expand Down

0 comments on commit 46a721d

Please sign in to comment.