Update files from the datasets library (from 1.16.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.16.0
- msr_genomics_kbcomp.py +1 -3
msr_genomics_kbcomp.py
CHANGED
@@ -89,9 +89,7 @@ class MsrGenomicsKbcomp(datasets.GeneratorBasedBuilder):
|
|
89 |
|
90 |
if not os.path.exists(data_dir):
|
91 |
raise FileNotFoundError(
|
92 |
-
"{} does not exist. Make sure you insert a manual dir via `datasets.load_dataset('msr_genomics_kbcomp', data_dir=...)` that includes files unzipped from the reclor zip. Manual download instructions: {}"
|
93 |
-
data_dir, self.manual_download_instructions
|
94 |
-
)
|
95 |
)
|
96 |
return [
|
97 |
datasets.SplitGenerator(
|
|
|
89 |
|
90 |
if not os.path.exists(data_dir):
|
91 |
raise FileNotFoundError(
|
92 |
+
f"{data_dir} does not exist. Make sure you insert a manual dir via `datasets.load_dataset('msr_genomics_kbcomp', data_dir=...)` that includes files unzipped from the reclor zip. Manual download instructions: {self.manual_download_instructions}"
|
|
|
|
|
93 |
)
|
94 |
return [
|
95 |
datasets.SplitGenerator(
|