mathiascreutz
commited on
Commit
·
09df940
1
Parent(s):
070b7d8
Adding training sets
Browse files- opusparcus.py +1 -1
opusparcus.py
CHANGED
@@ -137,7 +137,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
137 |
|
138 |
if self.config.quality > 95:
|
139 |
# No training data matches this quality criterion
|
140 |
-
del
|
141 |
else:
|
142 |
_URLs["train"] = "train_{0}.jsonl.bz2".format(self.config.lang)
|
143 |
|
|
|
137 |
|
138 |
if self.config.quality > 95:
|
139 |
# No training data matches this quality criterion
|
140 |
+
del _URLs["train"]
|
141 |
else:
|
142 |
_URLs["train"] = "train_{0}.jsonl.bz2".format(self.config.lang)
|
143 |
|