updated corpus as jsonl gzip
Browse files- nomiracl.py +1 -1
nomiracl.py
CHANGED
@@ -148,7 +148,7 @@ class NoMIRACL(datasets.GeneratorBasedBuilder):
|
|
148 |
|
149 |
# Download downloaded_files
|
150 |
downloaded_files = dl_manager.download_and_extract({
|
151 |
-
"corpus": self.config.data_root_url + "/corpus.jsonl",
|
152 |
"dev": {"qrels": {"relevant": self.config.data_root_url + "qrels/dev.relevant.tsv",
|
153 |
"non_relevant": self.config.data_root_url + "qrels/dev.non_relevant.tsv"},
|
154 |
"topics": {"relevant": self.config.data_root_url + "topics/dev.relevant.tsv",
|
|
|
148 |
|
149 |
# Download downloaded_files
|
150 |
downloaded_files = dl_manager.download_and_extract({
|
151 |
+
"corpus": self.config.data_root_url + "/corpus.jsonl.gz",
|
152 |
"dev": {"qrels": {"relevant": self.config.data_root_url + "qrels/dev.relevant.tsv",
|
153 |
"non_relevant": self.config.data_root_url + "qrels/dev.non_relevant.tsv"},
|
154 |
"topics": {"relevant": self.config.data_root_url + "topics/dev.relevant.tsv",
|