Valahaar
commited on
Commit
·
2e63d3f
1
Parent(s):
5d40dab
fix missing wsd bias adversarial sentences
Browse files
wsdmt.py
CHANGED
@@ -130,6 +130,7 @@ class WSDMTDataset(datasets.GeneratorBasedBuilder):
|
|
130 |
self.config.lang2: self.config.path_for(split, self.config.lang2),
|
131 |
}
|
132 |
for split in split_names
|
|
|
133 |
}
|
134 |
downloaded = dl_manager.download(urls)
|
135 |
|
|
|
130 |
self.config.lang2: self.config.path_for(split, self.config.lang2),
|
131 |
}
|
132 |
for split in split_names
|
133 |
+
if not (split == 'wsd_bias' and 'adv.' in self.config.lang1)
|
134 |
}
|
135 |
downloaded = dl_manager.download(urls)
|
136 |
|