Skip to content

Commit

Permalink
Remove missing keyword argument (#812)
Browse files Browse the repository at this point in the history
I get an error when trying to run this intro notebook. Removing the keyword argument makes the error go away.
  • Loading branch information
strickvl authored Apr 14, 2024
1 parent 1a56e69 commit afdf353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@
"metadata": {},
"outputs": [],
"source": [
"uncompiled_baleen_retrieval_score = evaluate_on_hotpotqa(uncompiled_baleen, metric=gold_passages_retrieved, display=False)"
"uncompiled_baleen_retrieval_score = evaluate_on_hotpotqa(uncompiled_baleen, metric=gold_passages_retrieved)"
]
},
{
Expand Down

0 comments on commit afdf353

Please sign in to comment.