Update test_ldkp.py
Browse files- test_ldkp.py +2 -2
test_ldkp.py
CHANGED
@@ -27,8 +27,8 @@ _LICENSE = ""
|
|
27 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
28 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
29 |
_URLS = {
|
30 |
-
"ldkp": "
|
31 |
-
"normal": "
|
32 |
}
|
33 |
|
34 |
|
|
|
27 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
28 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
29 |
_URLS = {
|
30 |
+
"ldkp": "",
|
31 |
+
"normal": "",
|
32 |
}
|
33 |
|
34 |
|