Dr. Jorge Abreu Vicente commited on
Commit
08141a0
1 Parent(s): 287d4a2

Update sd-nlp.py

Browse files
Files changed (1) hide show
  1. sd-nlp.py +1 -1
sd-nlp.py CHANGED
@@ -165,7 +165,7 @@ class SourceDataNLP(datasets.GeneratorBasedBuilder):
165
  if self.config.name in ["NER", "GENEPROD_ROLES", "SMALL_MOL_ROLES", "BORING"]:
166
  data_dir += "/220304_sd_panels"
167
  elif self.config.name == "PANELIZATION":
168
- data_dir += "/sd_figs"
169
  else:
170
  raise ValueError(f"unkonwn config name: {self.config.name}")
171
  print(data_dir)
165
  if self.config.name in ["NER", "GENEPROD_ROLES", "SMALL_MOL_ROLES", "BORING"]:
166
  data_dir += "/220304_sd_panels"
167
  elif self.config.name == "PANELIZATION":
168
+ data_dir += "/220304_sd_fig"
169
  else:
170
  raise ValueError(f"unkonwn config name: {self.config.name}")
171
  print(data_dir)