SARA Indices
Collection
Pre-built Terrier and Flex indices for the SARA dataset. • 9 items • Updated
TODO: What is the artifact?
# Load the artifact
import pyterrier as pt
artifact = pt.Artifact.from_hf('JackMcKechnie/sara_intfloat_e5_base_v2.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": 129821
}