--- # pretty_name: "" # Example: "MS MARCO Terrier Index" tags: - pyterrier - pyterrier-artifact - pyterrier-artifact.scorer_cache - pyterrier-artifact.scorer_cache.hdf5 task_categories: - text-retrieval viewer: false --- # msmarco-passage.monoelectra.cache ## Description *TODO: What is the artifact?* ## Usage ```python # Load the artifact import pyterrier_alpha as pta artifact = pta.Artifact.from_hf('macavaney/msmarco-passage.monoelectra.cache') # TODO: Show how you use the artifact ``` ## Benchmarks *TODO: Provide benchmarks for the artifact.* ## Reproduction ```python # TODO: Show how you constructed the artifact. ``` ## Metadata ``` { "type": "scorer_cache", "format": "hdf5", "doc_count": 8841823 } ```