MSMARCO Indices
Collection
Pre-built indices for MSMARCO. • 9 items • Updated
TODO: What is the artifact?
# Load the artifact
import pyterrier as pt
artifact = pt.Artifact.from_hf('JackMcKechnie/msmarco_passage_trec_dl_2019_judged_splade_naver_splade_v2_distil.terrier')
# TODO: Show how you use the artifact
TODO: Provide benchmarks for the artifact.
# TODO: Show how you constructed the artifact.
{
"type": "sparse_index",
"format": "terrier",
"package_hint": "python-terrier"
}