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_castorini_tct_colbert_msmarco.flex')
# TODO: Show how you use the artifact
TODO: Provide benchmarks for the artifact.
# TODO: Show how you constructed the artifact.
{
"type": "dense_index",
"format": "flex",
"vec_size": 768,
"doc_count": 8841823
}