Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reader doc #177

Merged
merged 9 commits into from
Apr 12, 2021
Prev Previous commit
Next Next commit
Update docs/experiments-dpr-reader.md
Co-authored-by: Ronak <rpradeep@uwaterloo.ca>
  • Loading branch information
MXueguang and ronakice authored Apr 12, 2021
commit fd53eafd278642f3515cf37ed4a7bca0909978c0
2 changes: 1 addition & 1 deletion docs/experiments-dpr-reader.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Top180 Exact Match Accuracy: 43.46260387811635
End to end answer prediction using **BM25 Retrieval**


We first download the retrieval results from Pyserini
We first download the retrieval results from Pyserini:
```bash
$ wget https://www.dropbox.com/s/0ufwszz6son8e2j/run.dpr.nq-test.bm25.json -P data
```
Expand Down