Skip to content

Commit

Permalink
Fixing, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian A committed Jun 25, 2024
1 parent 6c9e28e commit 710eadd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Group-8-Retrieval-System/bm25-query-document-text-extended.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
"source": [
"# The dataset: the union of the IR Anthology and the ACL Anthology\n",
"# This line creates an IRDSDataset object and registers it under the name provided as an argument.\n",
"dataset = 'antique-test-20230107-training'\n",
"\n",
"pt_dataset = pt.get_dataset('irds:ir-lab-sose-2024/ir-acl-anthology-20240504-training')\n",
"\n",
"# A (pre-built) PyTerrier index loaded from TIRA\n",
Expand Down Expand Up @@ -108,15 +110,6 @@
" return pt.IndexFactory.of(index_ref)\n"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"dataset = 'antique-test-20230107-training'"
]
},
{
"cell_type": "code",
"execution_count": 6,
Expand Down

0 comments on commit 710eadd

Please sign in to comment.