| # pretty_name: "" # Example: "MS MARCO Terrier Index" | |
| tags: | |
| - pyterrier | |
| - pyterrier-artifact | |
| - pyterrier-artifact.indexer_cache | |
| - pyterrier-artifact.indexer_cache.lz4pickle | |
| task_categories: | |
| - text-retrieval | |
| viewer: false | |
| # fever.splade-v3.cache | |
| ## Description | |
| *TODO: What is the artifact?* | |
| ## Usage | |
| ```python | |
| # Load the artifact | |
| import pyterrier_alpha as pta | |
| artifact = pta.Artifact.from_hf('pyterrier/fever.splade-v3.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": "indexer_cache", | |
| "format": "lz4pickle", | |
| "package_hint": "pyterrier-caching", | |
| "record_count": 5416568 | |
| } | |
| ``` | |