Commit
·
09f45a9
1
Parent(s):
14d37af
tmp
Browse files- tatoeba_mt.py +2 -0
tatoeba_mt.py
CHANGED
@@ -113,6 +113,8 @@ class tatoebaMT(datasets.GeneratorBasedBuilder):
|
|
113 |
files = {}
|
114 |
|
115 |
test_path = os.path.join("test", f"tatoeba-test.{lang_pair}.tsv")
|
|
|
|
|
116 |
if os.path.exists(test_path):
|
117 |
files["test"] = test_path
|
118 |
|
|
|
113 |
files = {}
|
114 |
|
115 |
test_path = os.path.join("test", f"tatoeba-test.{lang_pair}.tsv")
|
116 |
+
print("DIR", os.listdir())
|
117 |
+
print("PATH", test_path)
|
118 |
if os.path.exists(test_path):
|
119 |
files["test"] = test_path
|
120 |
|