-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more prebuilt indexes features (#235)
+ prebuild indexes for BERTserini
- Loading branch information
Showing
5 changed files
with
143 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
INDEX_INFO = { | ||
"robust04": { | ||
"name": "robust04", | ||
"description": "TREC Disks 4 & 5 (TREC 2004 Robust Track)", | ||
"url": {"uwaterloo": "https://git.uwaterloo.ca/jimmylin/anserini-indexes/raw/master/index-robust04-20191213.tar.gz"}, | ||
"md5": "15f3d001489c97849a010b0a4734d018", | ||
"downloaded": False, | ||
"size compressed": "1821814915 bytes", | ||
"size uncompressed": "2172142080 bytes", | ||
"total_terms": 174540872, | ||
"documents": 528030, | ||
"non_empty_documents": 528030, | ||
"unique_terms": 923436}, | ||
"trec45": { | ||
"name": "trec45", | ||
"description": "TREC Disks 4 & 5 (TREC 2004 Robust Track)", | ||
"url": {"uwaterloo": "https://git.uwaterloo.ca/jimmylin/anserini-indexes/raw/master/index-robust04-20191213.tar.gz"}, | ||
"md5": "15f3d001489c97849a010b0a4734d018", | ||
"downloaded": False, | ||
"size compressed": "1821814915 bytes", | ||
"size uncompressed": "2172142080 bytes", | ||
"total_terms": 174540872, | ||
"documents": 528030, | ||
"non_empty_documents": 528030, | ||
"unique_terms": 923436}, | ||
"ms-marco-passage": { | ||
"name": "ms-marco-passage", | ||
"description": "MS MARCO Passage Dataset", | ||
"url": {"uwaterloo": "https://git.uwaterloo.ca/jimmylin/anserini-indexes/raw/master/index-msmarco-passage-20191117-0ed488.tar.gz"}, | ||
"md5": "3c2ef64ee6d0ee8e317adcb341b92e28", | ||
"downloaded": False, | ||
"size compressed": "2153209812 bytes", | ||
"size uncompressed": "2675783168 bytes", | ||
"total_terms": 352316036, | ||
"documents": 8841823, | ||
"non_empty_documents": 8841823, | ||
"unique_terms": -1}, | ||
"ms-marco-doc": { | ||
"name": "ms-marco-doc", | ||
"description": "MS MARCO Doc Dataset", | ||
"url": {"dropbox": "https://www.dropbox.com/s/awukuo8c0tkl9sc/index-msmarco-doc-20200527-a1ecfa.tar.gz?dl=1"}, | ||
"md5": "72b1a0f9a9094a86d15c6f4babf8967a", | ||
"downloaded": False, | ||
"size compressed": "13661943256 bytes", | ||
"size uncompressed": "16769683456 bytes", | ||
"total_terms": 2748636047, | ||
"documents": 3213835, | ||
"non_empty_documents": 3213835, | ||
"unique_terms": -1}, | ||
"enwiki-paragraphs": { | ||
"name": "lucene-index.enwiki-20180701-paragraphs", | ||
"description": "English Wikipedia", | ||
"url": {"dropbox": "https://www.dropbox.com/s/b7qqaos9ot3atlp/lucene-index.enwiki-20180701-paragraphs.tar.gz?dl=1"}, | ||
"md5": "77d1cd530579905dad2ee3c2bda1b73d", | ||
"downloaded": False, | ||
"size compressed": "17725958785 bytes", | ||
"size uncompressed": "21854924288 bytes", | ||
"total_terms": 1498980668, | ||
"documents": 39880064, | ||
"non_empty_documents": 39879903, | ||
"unique_terms": -1}, | ||
"zhwiki-paragraphs": { | ||
"name": "lucene-index.zhwiki-20181201-paragraphs", | ||
"description": "Chinese Wikipedia", | ||
"url": {"dropbox": "https://www.dropbox.com/s/6zn16mombt0wirs/lucene-index.zhwiki-20181201-paragraphs.tar.gz?dl=1"}, | ||
"md5": "c005af4036296972831288c894918a92", | ||
"downloaded": False, | ||
"size compressed": "3284531213 bytes", | ||
"size uncompressed": "3893332992 bytes", | ||
"total_terms": 320776789, | ||
"documents": 4170312, | ||
"non_empty_documents": 4170301, | ||
"unique_terms": -1} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters