Skip to content

Commit

Permalink
fix: #5
Browse files Browse the repository at this point in the history
  • Loading branch information
kooqooo committed Feb 18, 2024
1 parent 0669e29 commit a77710c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/inference_dpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def run_dense_retrieval(
)
retriever = DenseRetrieval(
args=args,
dataset=datasets,
num_neg=3,
tokenizer=tokenizer,
p_encoder=p_encoder,
Expand Down

0 comments on commit a77710c

Please sign in to comment.