data load script
Browse files- README.md +0 -3
- tatoeba_mt.py +1 -1
README.md
CHANGED
@@ -275,9 +275,6 @@ If you use the data sets then, please, cite the following paper: [The Tatoeba Tr
|
|
275 |
}
|
276 |
```
|
277 |
|
278 |
-
|
279 |
-
[More Information Needed]
|
280 |
-
|
281 |
### Contributions
|
282 |
|
283 |
Thanks to [@jorgtied](https://github.com/jorgtied) and [@Helsinki-NLP](https://github.com/Helsinki-NLP) for adding this dataset.
|
|
|
275 |
}
|
276 |
```
|
277 |
|
|
|
|
|
|
|
278 |
### Contributions
|
279 |
|
280 |
Thanks to [@jorgtied](https://github.com/jorgtied) and [@Helsinki-NLP](https://github.com/Helsinki-NLP) for adding this dataset.
|
tatoeba_mt.py
CHANGED
@@ -112,7 +112,7 @@ class tatoebaMT(datasets.GeneratorBasedBuilder):
|
|
112 |
|
113 |
files = {
|
114 |
"test": os.path.join("test", f"tatoeba-test.{lang_pair}.tsv"),
|
115 |
-
"
|
116 |
}
|
117 |
data_dir = dl_manager.download_and_extract(files)
|
118 |
|
|
|
112 |
|
113 |
files = {
|
114 |
"test": os.path.join("test", f"tatoeba-test.{lang_pair}.tsv"),
|
115 |
+
"validation": os.path.join("dev", f"tatoeba-dev.{lang_pair}.tsv")
|
116 |
}
|
117 |
data_dir = dl_manager.download_and_extract(files)
|
118 |
|