Datasets:
Thomas Lemberger
commited on
Commit
·
ba61c74
1
Parent(s):
56c74c3
loader bug
Browse files
sd-nlp.py
CHANGED
@@ -147,7 +147,7 @@ class SourceDataNLP(datasets.GeneratorBasedBuilder):
|
|
147 |
if self.config.name in ["NER", "ROLES", "BORING"]:
|
148 |
data_dir += "/sd_panels"
|
149 |
elif self.config.name == "PANELIZATION":
|
150 |
-
data_dir += "/
|
151 |
else:
|
152 |
raise ValueError(f"unkonwn config name: {self.config.name}")
|
153 |
return [
|
|
|
147 |
if self.config.name in ["NER", "ROLES", "BORING"]:
|
148 |
data_dir += "/sd_panels"
|
149 |
elif self.config.name == "PANELIZATION":
|
150 |
+
data_dir += "/sd_panelization"
|
151 |
else:
|
152 |
raise ValueError(f"unkonwn config name: {self.config.name}")
|
153 |
return [
|