Reference data file with relative path
#2
by
mariosasko
- opened
- ted_talks_iwslt.py +2 -3
ted_talks_iwslt.py
CHANGED
|
@@ -62,9 +62,8 @@ _LICENSE = "CC-BY-NC-4.0"
|
|
| 62 |
# TODO: Add link to the official dataset URLs here
|
| 63 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
| 64 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 65 |
-
_URL =
|
| 66 |
-
|
| 67 |
-
)
|
| 68 |
|
| 69 |
_LANGUAGES = (
|
| 70 |
"mr",
|
|
|
|
| 62 |
# TODO: Add link to the official dataset URLs here
|
| 63 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
| 64 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 65 |
+
_URL = "data/XML_releases.tgz"
|
| 66 |
+
|
|
|
|
| 67 |
|
| 68 |
_LANGUAGES = (
|
| 69 |
"mr",
|