--- # pretty_name: "" # Example: "MS MARCO Terrier Index" tags: - pyterrier - pyterrier-artifact - pyterrier-artifact.dense_index - pyterrier-artifact.dense_index.colbert task_categories: - text-retrieval viewer: false --- # vaswani.colbertv2 ## Description *TODO: What is the artifact?* ## Usage ```python # Load the artifact import pyterrier as pt artifact = pt.Artifact.from_hf('pyterrier/vaswani.colbertv2') # 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": "dense_index", "format": "colbert", "model_checkpoint": "colbert-ir/colbertv2.0", "nbits": 2 } ```