NetsPresso_QA / pyserini /resources /index-metadata /lucene-index.beir-v1.0.0-climate-fever-multifield.20220501.1842ee.README.md
geonmin-kim's picture
Upload folder using huggingface_hub
d6585f5
|
raw
history blame contribute delete
No virus
704 Bytes

A newer version of the Gradio SDK is available: 4.38.1

Upgrade

BEIR (v1.0.0) — Climate-FEVER

This "multifield" Lucene index was generated on 2022/05/01 at Anserini commit 1842ee on damiano with the following command:

nohup target/appassembler/bin/IndexCollection \
  -collection BeirMultifieldCollection \
  -input /scratch2/collections/beir-v1.0.0/corpus/climate-fever \
  -index indexes/lucene-index.beir-v1.0.0-climate-fever-multifield.20220501.1842ee/ \
  -generator DefaultLuceneDocumentGenerator \
  -threads 16 -fields title -storePositions -storeDocvectors -storeRaw -optimize \
  >& logs/log.beir-v1.0.0-climate-fever-multifield.20220501.1842ee &