system HF staff commited on
Commit
8bbfe51
1 Parent(s): 70f9658

Update files from the datasets library (from 1.16.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.16.0

Files changed (1) hide show
  1. 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: {}".format(
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(