The Dataset Viewer has been disabled on this dataset.

vaswani.terrier

Description

This is a Terrier index of the vaswani collection. It is mostly used for basic testing purposes.

Usage

# Load the artifact
import pyterrier as pt
index = pt.Artifact.from_hf('pyterrier/vaswani.terrier')
# retrieve using the index
retriever = index.bm25()
retriever.search('chemical reactions')

Metadata

{
  "type": "sparse_index",
  "format": "terrier",
  "package_hint": "python-terrier"
}
Downloads last month
264