Datasets:
Update piglatin-mt.py
Browse files- piglatin-mt.py +2 -2
piglatin-mt.py
CHANGED
@@ -51,8 +51,8 @@ _LICENSE = "MIT License, derived from public domain text and converted with MIT-
|
|
51 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
52 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
53 |
_URLS = {
|
54 |
-
"train": "
|
55 |
-
"test": "
|
56 |
}
|
57 |
|
58 |
|
|
|
51 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
52 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
53 |
_URLS = {
|
54 |
+
"train": "piglatin-mt-train.json",
|
55 |
+
"test": "piglatin-mt-test.json",
|
56 |
}
|
57 |
|
58 |
|