Skip to content

Commit

Permalink
Increase version for longer document length
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed May 2, 2023
1 parent e164b2e commit 8bf8fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tira-ir-starters/pyterrier/full-rank-pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"print('Step 3: Create the Index.')\n",
"\n",
"!rm -Rf ./index\n",
"iter_indexer = pt.IterDictIndexer(\"./index\", meta={'docno': 20, 'text': 4096})\n",
"iter_indexer = pt.IterDictIndexer(\"./index\", meta={'docno' : 100})\n",
"index_ref = iter_indexer.index(tqdm(documents))"
]
},
Expand Down Expand Up @@ -327,7 +327,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.13"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8bf8fb4

Please sign in to comment.