mathiascreutz commited on
Commit
09df940
·
1 Parent(s): 070b7d8

Adding training sets

Browse files
Files changed (1) hide show
  1. 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 _URLS["train"]
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