Commit ·
c825292
1
Parent(s): 09f45a9
Update tatoeba_mt.py
Browse files- tatoeba_mt.py +1 -1
tatoeba_mt.py
CHANGED
|
@@ -113,7 +113,7 @@ class tatoebaMT(datasets.GeneratorBasedBuilder):
|
|
| 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
|
|
|
|
| 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
|