macavaney's picture
Upload folder using huggingface_hub
12dc3cb verified
metadata
tags:
  - pyterrier
  - pyterrier-artifact
  - pyterrier-artifact.corpus_graph
  - pyterrier-artifact.corpus_graph.np_topk
task_categories:
  - text-retrieval
viewer: false

cord19.corpusgraph.bm25.16

Description

TODO: What is the artifact?

Usage

# Load the artifact
import pyterrier_alpha as pta
artifact = pta.Artifact.from_hf('macavaney/cord19.corpusgraph.bm25.16')
# TODO: Show how you use the artifact

Benchmarks

TODO: Provide benchmarks for the artifact.

Reproduction

# TODO: Show how you constructed the artifact.

Metadata

{
  "type": "corpus_graph",
  "format": "np_topk",
  "package_hint": "pyterrier-adaptive",
  "doc_count": 192509,
  "k": 16
}