fix
Browse files
wmt14-en-de-pre-processed.py
CHANGED
@@ -96,7 +96,7 @@ class Wmt14EnDePreProcessed(datasets.GeneratorBasedBuilder):
|
|
96 |
|
97 |
source, target = self.config.language_pair
|
98 |
non_en = source if target == "en" else target
|
99 |
-
path_tmpl = "{dl_dir}/
|
100 |
|
101 |
files = {}
|
102 |
for split in ("train", "val", "test"):
|
|
|
96 |
|
97 |
source, target = self.config.language_pair
|
98 |
non_en = source if target == "en" else target
|
99 |
+
path_tmpl = "{dl_dir}/wmt_en_de/{split}.{type}"
|
100 |
|
101 |
files = {}
|
102 |
for split in ("train", "val", "test"):
|