vaswani.anserini / README.md
macavaney's picture
Upload folder using huggingface_hub
249e795 verified
---
# pretty_name: "" # Example: "MS MARCO Terrier Index"
tags:
- pyterrier
- pyterrier-artifact
- pyterrier-artifact.sparse_index
- pyterrier-artifact.sparse_index.anserini
task_categories:
- text-retrieval
viewer: false
---
# vaswani.anserini
## Description
*TODO: What is the artifact?*
## Usage
```python
# Load the artifact
import pyterrier as pt
artifact = pt.Artifact.from_hf('macavaney/vaswani.anserini')
# 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": "sparse_index",
"format": "anserini",
"package_hint": "pyterrier-anserini"
}
```