updated loader.
Browse files- xscitldr_staging.py +1 -1
xscitldr_staging.py
CHANGED
@@ -47,7 +47,7 @@ _LICENSE = ""
|
|
47 |
# TODO: Add link to the official dataset URLs here
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
-
_BASE_DIR = "
|
51 |
_URLS = {
|
52 |
"de": os.path.join(_BASE_DIR, "de"),
|
53 |
"zh": os.path.join(_BASE_DIR, "zh"),
|
|
|
47 |
# TODO: Add link to the official dataset URLs here
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
+
_BASE_DIR = "data"
|
51 |
_URLS = {
|
52 |
"de": os.path.join(_BASE_DIR, "de"),
|
53 |
"zh": os.path.join(_BASE_DIR, "zh"),
|