Update taiwanese_english_translation.py
Browse files
taiwanese_english_translation.py
CHANGED
@@ -131,7 +131,7 @@ class TaiwaneseEnglishTranslation(datasets.GeneratorBasedBuilder):
|
|
131 |
urls = _URLS
|
132 |
data_dir = dl_manager.download_and_extract(urls)
|
133 |
|
134 |
-
path_tmpl = "{data_dir}/{split}.
|
135 |
|
136 |
files = {}
|
137 |
for split in ("train", "valid", "test"):
|
|
|
131 |
urls = _URLS
|
132 |
data_dir = dl_manager.download_and_extract(urls)
|
133 |
|
134 |
+
path_tmpl = "{data_dir}/{split}.txt"
|
135 |
|
136 |
files = {}
|
137 |
for split in ("train", "valid", "test"):
|