Skip to content

Commit

Permalink
Update experiments-msmarco-doc-leaderboard.md (#1446)
Browse files Browse the repository at this point in the history
Fixed minor typo that should address #1445
  • Loading branch information
lintool authored Jan 6, 2021
1 parent c572304 commit 6674291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/experiments-msmarco-doc-leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ QueriesRanked: 5193
To fetch the indexes:

```
python -c "from pyserini.search import SimpleSearcher; SimpleSearcher.from_prebuilt_index('msmarco-doc-per-passage')"
python -c "from pyserini.search import SimpleSearcher; SimpleSearcher.from_prebuilt_index('msmarco-doc-expanded-per-passage')"
python -c "from pyserini.search import SimpleSearcher; SimpleSearcher.from_prebuilt_index('msmarco-doc-expanded-per-doc')"
```

Expand Down

0 comments on commit 6674291

Please sign in to comment.