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

Index dir option, change evaluate_passage_ranking to be consistent with CovidQA, update index to latest #33

Merged
merged 9 commits into from
May 26, 2020
Prev Previous commit
Next Next commit
required field
  • Loading branch information
ronakice committed May 25, 2020
commit 092630f3fb11a1a0af56ace82d44db0d055d3a85
3 changes: 1 addition & 2 deletions pygaggle/run/evaluate_kaggle_highlighter.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ def construct_bm25(_: KaggleEvaluationOptions) -> Reranker:

def main():
apb = ArgumentParserBuilder()
apb.add_opts(opt('--dataset',
type=Path),
apb.add_opts(opt('--dataset', type=Path, required=True),
opt('--index-dir', type=Path, required=True),
opt('--method',
required=True,
Expand Down